summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-05-22 07:56:51 +0000
committerderaadt <deraadt@openbsd.org>2002-05-22 07:56:51 +0000
commitb79ac5ae61cd3ef49fb73ec219326bf2ba96269c (patch)
tree91ec9adaa981e068f8e1c92067dc6bb556bbf2e8
parentAdd a compat_hpux(8) manual page, from NetBSD with corrections. (diff)
downloadwireguard-openbsd-b79ac5ae61cd3ef49fb73ec219326bf2ba96269c.tar.xz
wireguard-openbsd-b79ac5ae61cd3ef49fb73ec219326bf2ba96269c.zip
remove crud
-rw-r--r--sbin/dump/dump.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h
index 842d2617a73..36f1e88d09e 100644
--- a/sbin/dump/dump.h
+++ b/sbin/dump/dump.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dump.h,v 1.11 2002/03/14 20:41:50 mickey Exp $ */
+/* $OpenBSD: dump.h,v 1.12 2002/05/22 07:56:51 deraadt Exp $ */
/* $NetBSD: dump.h,v 1.11 1997/06/05 11:13:20 lukem Exp $ */
/*-
@@ -199,17 +199,3 @@ extern int errno;
#ifndef _PATH_FSTAB
#define _PATH_FSTAB "/etc/fstab"
#endif
-
-#ifdef sunos
-extern char *calloc();
-extern char *malloc();
-extern long atol();
-extern char *strcpy();
-extern char *strncpy();
-extern char *strcat();
-extern time_t time();
-extern void endgrent();
-extern __dead void exit();
-extern off_t lseek();
-extern const char *strerror();
-#endif