mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
61d7daff10
and writes them to a set of output files, the names of which are constructed using template and the current date and time. The template uses the same format specifiers as the Unix date command (which are the same as the standard C strftime library function). PR: 16254 Submitted by: Mark Blackman <tmb_ports@maddog.u-net.com>
13 lines
279 B
Plaintext
13 lines
279 B
Plaintext
*** - Thu Jan 20 16:03:33 2000
|
|
--- src/cronoutils.c Thu Jan 20 16:01:37 2000
|
|
***************
|
|
*** 71,77 ****
|
|
|
|
#include "cronoutils.h"
|
|
extern char *tzname[2];
|
|
- extern long int timezone;
|
|
|
|
|
|
/* debug_file is the file to output debug messages to. No debug
|
|
--- 71,76 ----
|