projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc76a77
)
Don't include signal.h.
author
Jim Meyering
<jim@meyering.net>
Sun, 14 Sep 1997 16:24:17 +0000
(16:24 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 14 Sep 1997 16:24:17 +0000
(16:24 +0000)
src/tac.c
patch
|
blob
|
history
diff --git
a/src/tac.c
b/src/tac.c
index 07fb085ee3fd5a028312d28de6ab9f825fd26241..d3da8f5baa17e6e2c999779bd031bae177ba4f16 100644
(file)
--- a/
src/tac.c
+++ b/
src/tac.c
@@
-40,7
+40,6
@@
tac -r -s '.\|
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
-#include <signal.h>
#if WITH_REGEX
# include <regex.h>
#else
@@
-55,7
+54,7
@@
char *realloc ();
#endif
#ifndef DEFAULT_TMPDIR
-#define DEFAULT_TMPDIR "/tmp"
+#
define DEFAULT_TMPDIR "/tmp"
#endif
/* The number of bytes per atomic read. */
@@
-455,7
+454,6
@@
save_stdin (FILE **g_tmp, char **g_tempfile)
static int
tac_stdin (void)
{
- /* Previous values of signal handlers. */
int errors;
struct stat stats;