diff options
| author | Roland McGrath <roland@redhat.com> | 1992-11-23 20:04:19 +0000 |
|---|---|---|
| committer | Roland McGrath <roland@redhat.com> | 1992-11-23 20:04:19 +0000 |
| commit | b81f248c35b543db754f43bd971a1eafd2664ba5 (patch) | |
| tree | 5a2b94db27b8ef3a974aac56051e3ce92b5efdcd | |
| parent | fa0cf27f725fff8c17fd61832436b9bb63ecdee3 (diff) | |
| download | gunmake-b81f248c35b543db754f43bd971a1eafd2664ba5.tar.gz | |
Formerly main.c.~63~
| -rw-r--r-- | main.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -357,9 +357,6 @@ main (argc, argv, envp) char **argv; char **envp; { -#ifndef HAVE_SYS_SIGLIST - extern void init_siglist (); -#endif extern RETSIGTYPE fatal_error_signal (), child_handler (); register struct file *f; register unsigned int i; @@ -377,7 +374,7 @@ main (argc, argv, envp) reading_lineno_ptr = 0; #ifndef HAVE_SYS_SIGLIST - init_siglist (); + signame_init (); #endif #ifdef POSIX |
