Fix unintended changes in r7614

This commit is contained in:
Erik van der Kouwe
2010-07-01 11:56:02 +00:00
parent 06a0260c3c
commit b5ae3961bb
9 changed files with 979 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
.include <bsd.own.mk>
SUBDIR= csu libc libcurses libdriver libnetdriver libend libedit libm libsys \
libtimers libutil libbz2 libl libhgfs libz
libtimers libutil libbz2 libl libhgfs libz libfetch
.if ${COMPILER_TYPE} == "ack"
SUBDIR+= ack/libd ack/libe ack/libfp ack/liby

View File

@@ -16,6 +16,9 @@ static char elsieid[] = "@(#)localtime.c 7.99";
/*LINTLIBRARY*/
/* Gives us offtime, timegm and a few other functions */
#define STD_INSPIRED
#include "private.h"
#include "tzfile.h"
#include "fcntl.h"