summaryrefslogtreecommitdiff
path: root/dirent/seekdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirent/seekdir.c')
-rw-r--r--dirent/seekdir.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/dirent/seekdir.c b/dirent/seekdir.c
index e4a725b149..bf1d889c03 100644
--- a/dirent/seekdir.c
+++ b/dirent/seekdir.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -22,9 +22,7 @@
/* Seek to position POS in DIRP. */
void
-seekdir (dirp, pos)
- DIR *dirp;
- long int pos;
+seekdir (DIR *dirp, long int pos)
{
if (dirp == NULL)
{