niceabort.c: include <time.h> remove preC89 declarations
This commit is contained in:
parent
b6e70f9632
commit
de1b76cb11
|
|
@ -28,6 +28,7 @@ static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/
|
||||||
#include <unistd.h> /* for getpid(), sleep() */
|
#include <unistd.h> /* for getpid(), sleep() */
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h> /* for chmod() */
|
#include <sys/stat.h> /* for chmod() */
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
|
|
||||||
#include "utils/magic.h"
|
#include "utils/magic.h"
|
||||||
|
|
@ -56,10 +57,6 @@ static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/
|
||||||
char AbortMessage[200];
|
char AbortMessage[200];
|
||||||
bool AbortFatal = FALSE;
|
bool AbortFatal = FALSE;
|
||||||
|
|
||||||
/* For lint */
|
|
||||||
time_t time();
|
|
||||||
char *ctime();
|
|
||||||
|
|
||||||
void
|
void
|
||||||
DumpCore()
|
DumpCore()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue