summaryrefslogtreecommitdiff
path: root/src/s/bsd4-3.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-09-13 10:54:38 +0000
committerJim Blandy <jimb@redhat.com>1992-09-13 10:54:38 +0000
commitf8a2cfe1da5e6492a6a93442ca1bbce7a1f99b1f (patch)
tree8fbfa541ce4c6b00a684bd2a75c73fed06cd50ce /src/s/bsd4-3.h
parenta48b35e69df1d1c24baa021ec481387b1ebbb150 (diff)
downloademacs-f8a2cfe1da5e6492a6a93442ca1bbce7a1f99b1f.tar.gz
*** empty log message ***
Diffstat (limited to 'src/s/bsd4-3.h')
-rw-r--r--src/s/bsd4-3.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/s/bsd4-3.h b/src/s/bsd4-3.h
index 332bbaa3856..583e6eb05a9 100644
--- a/src/s/bsd4-3.h
+++ b/src/s/bsd4-3.h
@@ -24,11 +24,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
*/
#ifndef BSD4_3
-#define BSD 43 /* 4.3 * 10, as cpp doesn't do floats */
+#define BSD4_3
#endif /* BSD4_3 */
#ifndef BSD
-#define BSD4_3 1
+#define BSD
#endif /* BSD */
/* SYSTEM_TYPE should indicate the kind of system you are using.
@@ -127,6 +127,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
is named _avenrun. */
#define LDAV_SYMBOL "_avenrun"
-
-/* The return type of a signal handling function. */
-#define SIGTYPE int