diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-04-18 18:14:35 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-04-18 18:14:35 +0000 |
| commit | c1d3c012918bf221efade1ca7dbb341acfa1fa3d (patch) | |
| tree | b8007f17b75e1da67b7f7d3ffbd388417c37b5a9 /sbin/disklabel | |
| parent | 7c053106128131073585ce845defee06b6eac15a (diff) | |
Cleanup for GCC 2.
Diffstat (limited to 'sbin/disklabel')
| -rw-r--r-- | sbin/disklabel/disklabel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c index 7dedd3e6338..db355687287 100644 --- a/sbin/disklabel/disklabel.c +++ b/sbin/disklabel/disklabel.c @@ -43,7 +43,7 @@ char copyright[] = #ifndef lint static char sccsid[] = "@(#)disklabel.c 5.20 (Berkeley) 2/9/91"; /* from static char sccsid[] = "@(#)disklabel.c 1.2 (Symmetric) 11/28/85"; */ -static char rcsid[] = "$Header: /cvsroot/src/sbin/disklabel/Attic/disklabel.c,v 1.4 1993/03/23 00:26:44 cgd Exp $"; +static char rcsid[] = "$Header: /cvsroot/src/sbin/disklabel/Attic/disklabel.c,v 1.5 1993/04/18 18:22:33 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -57,6 +57,7 @@ static char rcsid[] = "$Header: /cvsroot/src/sbin/disklabel/Attic/disklabel.c,v #include <sys/disklabel.h> #include <stdio.h> #include <ctype.h> +#include <unistd.h> #include "pathnames.h" /* @@ -361,7 +362,6 @@ writelabel(f, boot, lp) { register int i; int flag; - off_t lseek(); #ifdef __386BSD__ off_t lbl_off; struct partition *pp = lp->d_partitions; #endif |
