Module Name:    src
Committed By:   christos
Date:           Sat May  5 21:03:03 UTC 2012

Modified Files:
        src/sbin/dump: dump.h

Log Message:
remove ancient crap


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sbin/dump/dump.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/dump/dump.h
diff -u src/sbin/dump/dump.h:1.46 src/sbin/dump/dump.h:1.47
--- src/sbin/dump/dump.h:1.46	Thu Feb 25 21:11:40 2010
+++ src/sbin/dump/dump.h	Sat May  5 17:03:02 2012
@@ -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 <sys/file.h>
-#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

Reply via email to