Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sbin/savecore/savecore.c,v rcsdiff: /ftp/cvs/cvsroot/src/sbin/savecore/savecore.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- src/sbin/savecore/savecore.c 1994/09/23 14:28:15 1.17 +++ src/sbin/savecore/savecore.c 1994/10/31 04:37:32 1.18 @@ -39,7 +39,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)savecore.c 8.3 (Berkeley) 1/2/94";*/ -static char *rcsid = "$Id: savecore.c,v 1.17 1994/09/23 14:28:15 mycroft Exp $"; +static char *rcsid = "$Id: savecore.c,v 1.18 1994/10/31 04:37:32 cgd Exp $"; #endif /* not lint */ #include @@ -59,6 +59,8 @@ static char *rcsid = "$Id: savecore.c,v #include #include +extern FILE *zopen __P((const char *fname, const char *mode, int bits)); + #define ok(number) ((number) - KERNBASE) struct nlist current_nl[] = { /* Namelist for currently running system. */