Correct declaration of lseek.
authorScott Cantor <cantor.2@osu.edu>
Wed, 7 Sep 2005 02:50:26 +0000 (02:50 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 7 Sep 2005 02:50:26 +0000 (02:50 +0000)
oncrpc/xdr_rec.c

index 937a44a..cc2e1b3 100644 (file)
@@ -69,7 +69,7 @@ static char sccsid[] = "@(#)xdr_rec.c 1.21 87/08/11 Copyr 1984 Sun Micro";
 #include <rpc/xdr.h>
 #include <netinet/in.h>
 
-extern long    lseek();
+extern off_t lseek(int, off_t, int);
 #endif
 
 static u_int   fix_buf_size();