From 7f724bc019c31a8c4431544257687485e1f4e097 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 11 Mar 1997 12:09:50 +0000 Subject: Merge Lite2 changes (rather bigish, the dump/restore folks should check) --- sbin/dump/dump.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sbin/dump/dump.h') diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h index 0da4c28..6053198 100644 --- a/sbin/dump/dump.h +++ b/sbin/dump/dump.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)dump.h 8.1 (Berkeley) 6/5/93 + * @(#)dump.h 8.2 (Berkeley) 4/28/95 */ #define MAXINOPB (MAXBSIZE / sizeof(struct dinode)) @@ -186,8 +186,9 @@ void sig __P((int signo)); */ #ifdef COMPAT #include -extern char *index(), *rindex(), *strdup(); -extern char *ctime(); +#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 -- cgit v1.1