change long to off_t for lseek.
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Tue, 25 Sep 1984 00:19:28 +0000 (16:19 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Tue, 25 Sep 1984 00:19:28 +0000 (16:19 -0800)
SCCS-vsn: old/pcc/lint/llibs/llib-lc 1.12

usr/src/old/pcc/lint/llibs/llib-lc

index a3f29ea..6f10df6 100644 (file)
@@ -1,4 +1,4 @@
-/*     llib-lc 1.11    84/08/02        */
+/*     llib-lc 1.12    84/09/24        */
 /* LINTLIBRARY */
 #include <sys/types.h>
 #include <fstab.h>
 /* LINTLIBRARY */
 #include <sys/types.h>
 #include <fstab.h>
@@ -65,7 +65,7 @@ int   kill(p, s) { return(0); }
 int    killpg( pg, s) { return 0;}
 int    link(a, b) char *a, *b; { return(0); }
 int    listen( s, b ){ return 0; }
 int    killpg( pg, s) { return 0;}
 int    link(a, b) char *a, *b; { return(0); }
 int    listen( s, b ){ return 0; }
-long   lseek(f, o, d) long o; { return(0); }
+off_t  lseek(f, o, d) off_t o; { return(0); }
 int    lstat(s, b) char *s; struct stat *b; { return(0); }
 #ifdef notdef
 int    madvise( a, l, b ) char * a; int l, b; { return 0;}
 int    lstat(s, b) char *s; struct stat *b; { return(0); }
 #ifdef notdef
 int    madvise( a, l, b ) char * a; int l, b; { return 0;}