Revert previous commit. The prototype has been moved to unistd.h

This commit is contained in:
Marcel Moolenaar 2008-09-28 19:17:54 +00:00
parent 6f04e7b9aa
commit 5f85c2cdd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183440

View File

@ -25,7 +25,7 @@ WITHOUT_SSP=
BEGINSRC= crtbegin.asm
ENDSRC= crtend.asm
CFLAGS+= -x assembler-with-cpp # Ugly hack
CFLAGS+= -D_OSRELDATE_H -include osreldate.h
CFLAGS+= -include osreldate.h
.undef SRCS # hack for 'make depend'
.endif
.if ${MACHINE_ARCH} == "powerpc"