1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-21 06:14:09 +00:00

eggert mods

SCCS-file: date.c
SCCS-SID: 7.38
This commit is contained in:
Arthur David Olson
2001-10-09 13:31:19 -04:00
committed by Paul Eggert
parent 2a4a385a63
commit ccdf029666

7
date.c
View File

@ -44,6 +44,13 @@ static char sccsid[] = "@(#)date.c 4.23 (Berkeley) 9/20/88";
#include "utmpx.h"
#endif
#ifndef OTIME_MSG
#define OTIME_MSG "old time"
#endif
#ifndef NTIME_MSG
#define NTIME_MSG "new time"
#endif
/*
** The two things date knows about time are. . .
*/