]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - dirent/seekdir.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / dirent / seekdir.c
index e4a725b1496d4c59e8a1d36e3e78b2e435a1111e..eb2993c095750f48206b408ab65f5c6ae4f536e6 100644 (file)
@@ -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)
     {