From: Keith Bostic Date: Wed, 26 May 1993 14:03:36 +0000 (-0800) Subject: declare lseek correctly, so doesn't complain about X-Git-Tag: BSD-4_4-Snapshot-Development~1035 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/9b9f48edf4c0035055fdfca46eda4a3a4c21e375 declare lseek correctly, so doesn't complain about SCCS-vsn: usr.bin/uucp/includes/uucp.h 5.22 --- diff --git a/usr/src/usr.bin/uucp/includes/uucp.h b/usr/src/usr.bin/uucp/includes/uucp.h index 848331769f..f7936bd802 100644 --- a/usr/src/usr.bin/uucp/includes/uucp.h +++ b/usr/src/usr.bin/uucp/includes/uucp.h @@ -4,7 +4,7 @@ * * %sccs.include.proprietary.c% * - * @(#)uucp.h 5.21 (Berkeley) %G% + * @(#)uucp.h 5.22 (Berkeley) %G% */ #include @@ -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(); -#ifndef lseek /* XXX */ -extern long lseek(); -#endif +extern off_t lseek(); extern time_t time(); extern char _FAILED[], CANTOPEN[], DEVNULL[];