fseek is correctly declared in <stdio.h>; do not re-declare it,
authorChris Torek <torek@ucbvax.Berkeley.EDU>
Sun, 3 Feb 1991 16:11:48 +0000 (08:11 -0800)
committerChris Torek <torek@ucbvax.Berkeley.EDU>
Sun, 3 Feb 1991 16:11:48 +0000 (08:11 -0800)
and especially not incorrectly.

SCCS-vsn: libexec/comsat/comsat.c 5.23

usr/src/libexec/comsat/comsat.c

index 31ab486..e24d4f7 100644 (file)
@@ -12,7 +12,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)comsat.c   5.22 (Berkeley) %G%";
+static char sccsid[] = "@(#)comsat.c   5.23 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -198,7 +198,6 @@ jkfprintf(tp, name, offset)
        register FILE *fi;
        register int linecnt, charcnt, inheader;
        char line[BUFSIZ];
        register FILE *fi;
        register int linecnt, charcnt, inheader;
        char line[BUFSIZ];
-       off_t fseek();
 
        if ((fi = fopen(name, "r")) == NULL)
                return;
 
        if ((fi = fopen(name, "r")) == NULL)
                return;