declare lseek correctly, so doesn't complain about <sys/types.h>
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 26 May 1993 14:03:36 +0000 (06:03 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 26 May 1993 14:03:36 +0000 (06:03 -0800)
SCCS-vsn: usr.bin/uucp/includes/uucp.h 5.22

usr/src/usr.bin/uucp/includes/uucp.h

index 8483317..f7936bd 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.proprietary.c%
  *
  *
  * %sccs.include.proprietary.c%
  *
- *     @(#)uucp.h      5.21 (Berkeley) %G%
+ *     @(#)uucp.h      5.22 (Berkeley) %G%
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
@@ -399,9 +399,7 @@ extern      char DLocal[], DLocalX[], *subfile(), *subdir();
 extern char *ttyname(), *strcpy(), *strcat(), *index(), *rindex(),
                *fgets(), *calloc(), *malloc(), *fdig(), *ttyname(),
                *cfgets(), *getwd(), *strpbrk(), *strncpy();
 extern char *ttyname(), *strcpy(), *strcat(), *index(), *rindex(),
                *fgets(), *calloc(), *malloc(), *fdig(), *ttyname(),
                *cfgets(), *getwd(), *strpbrk(), *strncpy();
-#ifndef lseek          /* XXX */
-extern long lseek();
-#endif
+extern off_t lseek();
 extern time_t time();
 
 extern char _FAILED[], CANTOPEN[], DEVNULL[];
 extern time_t time();
 
 extern char _FAILED[], CANTOPEN[], DEVNULL[];