]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add jmp_buf prototype declaration macro
authorTed Lemon <source@isc.org>
Thu, 16 May 1996 23:14:44 +0000 (23:14 +0000)
committerTed Lemon <source@isc.org>
Thu, 16 May 1996 23:14:44 +0000 (23:14 +0000)
cf/sunos4.h
includes/cf/sunos4.h

index 372d504026103336e91f91233800c583a876ffa6..38334e1b299b16d560f1f41d5945da631aecb6a9 100644 (file)
@@ -58,6 +58,7 @@
 #define jbp_decl(x)    jmp_buf x
 #define jref(x)                (x)
 #define jdref(x)       (x)
+#define jrefproto      jmp_buf
 
 /* struct ether_host source and destination are structs on SunOS. */
 #ifndef ETHER_SRC
@@ -129,7 +130,6 @@ char *strerror PROTO ((int));
 #  define USE_NIT
 #endif
 
-
 #define EOL    '\n'
 #define VOIDPTR        void *
 
index 372d504026103336e91f91233800c583a876ffa6..38334e1b299b16d560f1f41d5945da631aecb6a9 100644 (file)
@@ -58,6 +58,7 @@
 #define jbp_decl(x)    jmp_buf x
 #define jref(x)                (x)
 #define jdref(x)       (x)
+#define jrefproto      jmp_buf
 
 /* struct ether_host source and destination are structs on SunOS. */
 #ifndef ETHER_SRC
@@ -129,7 +130,6 @@ char *strerror PROTO ((int));
 #  define USE_NIT
 #endif
 
-
 #define EOL    '\n'
 #define VOIDPTR        void *