remove ancient crap

This commit is contained in:
christos 2012-05-05 21:03:02 +00:00
parent f88a50da82
commit 57ca898c48
1 changed files with 1 additions and 13 deletions

View File

@ -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