diff options
Diffstat (limited to 'sbin/dump/dump.h')
-rw-r--r-- | sbin/dump/dump.h | 14 |
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 |