Mercurial > hg > xemacs-beta
comparison src/unexhp9k3.c @ 978:13e47461d509
[xemacs-hg @ 2002-08-29 19:45:20 by james]
Include syssignal.h instead of signal.h. Move NSIG setting code for SVR4
to syssignal.h.
author | james |
---|---|
date | Thu, 29 Aug 2002 19:45:34 +0000 |
parents | abe6d1db359e |
children | 04bc9d2f42c7 |
comparison
equal
deleted
inserted
replaced
977:b6b74d181b7f | 978:13e47461d509 |
---|---|
39 #include <sys/stat.h> | 39 #include <sys/stat.h> |
40 #include <sys/types.h> | 40 #include <sys/types.h> |
41 #include <string.h> | 41 #include <string.h> |
42 #include <stdio.h> | 42 #include <stdio.h> |
43 #include <errno.h> | 43 #include <errno.h> |
44 #include <signal.h> | 44 #include "syssignal.h" |
45 #ifdef __hp9000s300 | 45 #ifdef __hp9000s300 |
46 # include </usr/include/debug.h> | 46 # include </usr/include/debug.h> |
47 #endif | 47 #endif |
48 #include <a.out.h> | 48 #include <a.out.h> |
49 #include <unistd.h> | 49 #include <unistd.h> |