about summary refs log tree commit diff
path: root/dirent/telldir.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirent/telldir.c')
-rw-r--r--dirent/telldir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dirent/telldir.c b/dirent/telldir.c
index fdb56cffeb..504404d4f1 100644
--- a/dirent/telldir.c
+++ b/dirent/telldir.c
@@ -22,8 +22,7 @@
 
 /* Return the current position of DIRP.  */
 long int
-telldir (dirp)
-     DIR *dirp;
+telldir (DIR *dirp)
 {
   if (dirp == NULL)
     {