From e78f90a463bccd212562b38296af14108597d7d2 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 4 Nov 1994 02:14:13 +0000 Subject: __386BSD__ -> __FreeBSD__ I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we? --- gnu/usr.bin/tar/getdate.y | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu/usr.bin/tar/getdate.y') diff --git a/gnu/usr.bin/tar/getdate.y b/gnu/usr.bin/tar/getdate.y index 7b0ac79..aa8f6b5 100644 --- a/gnu/usr.bin/tar/getdate.y +++ b/gnu/usr.bin/tar/getdate.y @@ -1,5 +1,5 @@ %{ -/* $Revision: 2.1 $ +/* $Revision: 1.1.1.1 $ ** ** Originally written by Steven M. Bellovin while ** at the University of North Carolina at Chapel Hill. Later tweaked by @@ -40,7 +40,7 @@ char *alloca (); tricks are need, but defaults to using the gettimeofday system call. Include if that will be used. */ -#if !defined (USG) && !defined (sgi) && !defined (__386BSD__) +#if !defined (USG) && !defined (sgi) && !defined (__FreeBSD__) #include #endif @@ -98,7 +98,7 @@ extern struct tm *localtime(); #if !defined(lint) && !defined(SABER) static char RCS[] = - "$Header: str2date.y,v 2.1 90/09/06 08:15:06 cronan Exp $"; + "$Header: /home/ncvs/src/gnu/usr.bin/tar/getdate.y,v 1.1.1.1 1993/06/18 04:22:21 jkh Exp $"; #endif /* !defined(lint) && !defined(SABER) */ @@ -872,7 +872,7 @@ get_date(p, now) #if sgi ftz.timezone = (int) _timezone / 60; #else /* not sgi */ -#ifdef __386BSD__ +#ifdef __FreeBSD__ ftz.timezone = 0; #else /* neither sgi nor 386BSD */ #if defined (USG) -- cgit v1.1