Clean up the 1/2 a** committing from Thu, 3 May 2001 11:05:39 -0700 (PDT).

Since then we have living with a GPL'ed find(1) due to grabbing getdate.y
from src/contrib/cvs and its user of the GPL'ed xtime.h.  I don't even want
to think about how this could have affected people using our source base.

Would it have been too much trouble to do then what I did now?
Copied getdate.y (public domain) to usr.bin/find and change to use
standard system headers.  find(1) now compiles simply with out having
to go to extra effort to do so.

Pointed hat to:	phk
Build fixed on:	gcc 3.1 using platforms
This commit is contained in:
David E. O'Brien 2002-04-14 01:30:20 +00:00
parent c3fa6e4e46
commit 6f98638581
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94630
2 changed files with 1010 additions and 4 deletions

View File

@ -8,7 +8,3 @@ CFLAGS+= -I${.CURDIR}
YFLAGS=
.include <bsd.prog.mk>
# XXX Temporary! parsedate is broken!
.PATH: ${.CURDIR}/../../contrib/cvs/lib/
CFLAGS+=-DHAVE_TIMEZONE

1010
usr.bin/find/getdate.y Normal file

File diff suppressed because it is too large Load Diff