summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/tar/getdate.y
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-04 02:14:13 +0000
committerjkh <jkh@FreeBSD.org>1994-11-04 02:14:13 +0000
commite78f90a463bccd212562b38296af14108597d7d2 (patch)
treec00dfa0d383999b1a34428211808a508dd328ef8 /gnu/usr.bin/tar/getdate.y
parente5e0a79080bc8c0bcc844b2d769845c4bdb7ce09 (diff)
downloadFreeBSD-src-e78f90a463bccd212562b38296af14108597d7d2.zip
FreeBSD-src-e78f90a463bccd212562b38296af14108597d7d2.tar.gz
__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?
Diffstat (limited to 'gnu/usr.bin/tar/getdate.y')
-rw-r--r--gnu/usr.bin/tar/getdate.y8
1 files changed, 4 insertions, 4 deletions
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 <smb@research.att.com> 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 <sys/time.h> if that will be used. */
-#if !defined (USG) && !defined (sgi) && !defined (__386BSD__)
+#if !defined (USG) && !defined (sgi) && !defined (__FreeBSD__)
#include <sys/time.h>
#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)
OpenPOWER on IntegriCloud