kill extern'd lseek()

This commit is contained in:
cgd 1994-03-28 07:08:56 +00:00
parent e4ef74f2a0
commit 20137a28c8
2 changed files with 2 additions and 5 deletions

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)rmt.c 5.6 (Berkeley) 6/1/90";*/
static char rcsid[] = "$Id: rmt.c,v 1.2 1993/08/01 17:56:58 mycroft Exp $";
static char rcsid[] = "$Id: rmt.c,v 1.3 1994/03/28 07:08:56 cgd Exp $";
#endif /* not lint */
/*
@ -65,8 +65,6 @@ char count[SSIZE], mode[SSIZE], pos[SSIZE], op[SSIZE];
char resp[BUFSIZ];
long lseek();
FILE *debug;
#define DEBUG(f) if (debug) fprintf(debug, f)
#define DEBUG1(f,a) if (debug) fprintf(debug, f, a)

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)rwhod.c 5.20 (Berkeley) 3/2/91";*/
static char rcsid[] = "$Id: rwhod.c,v 1.4 1993/12/15 23:52:40 mycroft Exp $";
static char rcsid[] = "$Id: rwhod.c,v 1.5 1994/03/28 07:10:40 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>
@ -101,7 +101,6 @@ int s, utmpf, kmemf = -1;
extern int errno;
char *strcpy(), *malloc();
long lseek();
void getkmem(), onalrm();
struct in_addr inet_makeaddr();