summaryrefslogtreecommitdiff
path: root/sbin/savecore
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2003-12-28 04:09:14 +0000
committerMarc Espie <espie@cvs.openbsd.org>2003-12-28 04:09:14 +0000
commitf88c064ea178caaffe89161777cbd5b3bc112a47 (patch)
tree2cc0ef568e4084536942ccbe8927cf87c9183bc4 /sbin/savecore
parent9cfa54a8d1e8cf520fc26eeada7b88059c741555 (diff)
zap bizarre log() prototype.
Doesn't even change the resulting binary (thank Ian Darwin for that idea)
Diffstat (limited to 'sbin/savecore')
-rw-r--r--sbin/savecore/savecore.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c
index f3b414e9180..fb41fa08da6 100644
--- a/sbin/savecore/savecore.c
+++ b/sbin/savecore/savecore.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: savecore.c,v 1.37 2003/11/15 20:25:17 marc Exp $ */
+/* $OpenBSD: savecore.c,v 1.38 2003/12/28 04:09:13 espie Exp $ */
/* $NetBSD: savecore.c,v 1.26 1996/03/18 21:16:05 leo Exp $ */
/*-
@@ -40,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)savecore.c 8.3 (Berkeley) 1/2/94";
#else
-static char rcsid[] = "$OpenBSD: savecore.c,v 1.37 2003/11/15 20:25:17 marc Exp $";
+static char rcsid[] = "$OpenBSD: savecore.c,v 1.38 2003/12/28 04:09:13 espie Exp $";
#endif
#endif /* not lint */
@@ -128,7 +128,6 @@ int dump_exists(void);
char *find_dev(dev_t, int);
int get_crashtime(void);
void kmem_setup(void);
-void log(int, char *, ...);
void Lseek(int, off_t, int);
int Open(char *, int rw);
char *rawname(char *s);