diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h index 1994891b449a..28b11cfdefd1 100644 --- a/sbin/dump/dump.h +++ b/sbin/dump/dump.h @@ -1,4 +1,4 @@ -/* $NetBSD: dump.h,v 1.46 2010/02/26 02:11:40 christos Exp $ */ +/* $NetBSD: dump.h,v 1.47 2012/05/05 21:03:02 christos Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -282,18 +282,6 @@ void putdumptime(void); void sig(int signo); -/* - * Compatibility with old systems. - */ -#ifdef COMPAT -#include -#define strchr(a,b) index(a,b) -#define strrchr(a,b) rindex(a,b) -extern char *strdup(), *ctime(); -extern int read(), write(); -extern int errno; -#endif - #ifndef _PATH_FSTAB #define _PATH_FSTAB "/etc/fstab" #endif