14 lines
337 B
Text
14 lines
337 B
Text
|
--- src/date.c.orig Sat Dec 7 23:47:36 2013
|
||
|
+++ src/date.c Sat Dec 7 23:47:49 2013
|
||
|
@@ -19,10 +19,6 @@ static char rcsid[] = "@(#)$Id: date.c,v 1.4.4.1 1999/
|
||
|
#include "headers.h"
|
||
|
#include "me.h"
|
||
|
|
||
|
-#ifdef BSD_TYPE
|
||
|
-# include <sys/timeb.h>
|
||
|
-#endif
|
||
|
-
|
||
|
#ifndef _POSIX_SOURCE
|
||
|
extern struct tm *localtime();
|
||
|
extern struct tm *gmtime();
|