aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-09-13 10:54:38 +0000
committerJim Blandy <[email protected]>1992-09-13 10:54:38 +0000
commitb7cceaf12a73559df9c2fcf135983b4c03b48061 (patch)
treede45679165e29811fe12d574dbcba2d325a1ceef /src/s
parente4801b31ff4d1c01f79e25a2eefbd3877375386b (diff)
*** empty log message ***
Diffstat (limited to 'src/s')
-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 332bbaa385..583e6eb05a 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