mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Tue Aug 27 01:06:34 1996 Roland McGrath <roland@baalperazim.frob.com>
* main.c (print_version): Print out bug-reporting address. Mon Aug 26 19:55:47 1996 Roland McGrath <roland@baalperazim.frob.com> * main.c (print_data_base): Don't declare ctime; headers do it for us already.
This commit is contained in:
parent
4cee1500a4
commit
6fa74367b7
1 changed files with 3 additions and 2 deletions
5
main.c
5
main.c
|
@ -2141,7 +2141,9 @@ print_version ()
|
||||||
%s\tFree Software Foundation, Inc.\n\
|
%s\tFree Software Foundation, Inc.\n\
|
||||||
%sThis is free software; see the source for copying conditions.\n\
|
%sThis is free software; see the source for copying conditions.\n\
|
||||||
%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
|
%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
|
||||||
%sPARTICULAR PURPOSE.\n\n", precede, precede, precede, precede, precede);
|
%sPARTICULAR PURPOSE.\n\n\
|
||||||
|
%sReport bugs to <bug-gnu-utils@prep.ai.mit.edu>.\n\n",
|
||||||
|
precede, precede, precede, precede, precede, precede);
|
||||||
|
|
||||||
printed_version = 1;
|
printed_version = 1;
|
||||||
|
|
||||||
|
@ -2155,7 +2157,6 @@ print_version ()
|
||||||
static void
|
static void
|
||||||
print_data_base ()
|
print_data_base ()
|
||||||
{
|
{
|
||||||
extern char *ctime ();
|
|
||||||
time_t when;
|
time_t when;
|
||||||
|
|
||||||
when = time ((time_t *) 0);
|
when = time ((time_t *) 0);
|
||||||
|
|
Loading…
Reference in a new issue