summaryrefslogtreecommitdiffstats
path: root/sbin/dump/dump.h
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2001-11-17 00:06:55 +0000
committeriedowse <iedowse@FreeBSD.org>2001-11-17 00:06:55 +0000
commitaea807046e13a0ba51a55e0c3b13ef5ccc5e0d99 (patch)
treeeb26d9bff15b68c77a04d0793e9c7c2bf68bf231 /sbin/dump/dump.h
parentb15a1b598ddc032cba50d49e7b69793e4d4cfbb4 (diff)
downloadFreeBSD-src-aea807046e13a0ba51a55e0c3b13ef5ccc5e0d99.zip
FreeBSD-src-aea807046e13a0ba51a55e0c3b13ef5ccc5e0d99.tar.gz
Zap a number of #ifdef sunos blocks, and all of the `register'
keywords.
Diffstat (limited to 'sbin/dump/dump.h')
-rw-r--r--sbin/dump/dump.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h
index cbca3f2..f265886 100644
--- a/sbin/dump/dump.h
+++ b/sbin/dump/dump.h
@@ -195,17 +195,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 void exit();
-extern off_t lseek();
-extern const char *strerror();
-#endif
OpenPOWER on IntegriCloud