From: Ted Lemon Date: Thu, 16 May 1996 23:14:44 +0000 (+0000) Subject: Add jmp_buf prototype declaration macro X-Git-Tag: BETA-2~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58f7243dba7307dc4f91aab620bb256561254837;p=thirdparty%2Fdhcp.git Add jmp_buf prototype declaration macro --- diff --git a/cf/sunos4.h b/cf/sunos4.h index 372d50402..38334e1b2 100644 --- a/cf/sunos4.h +++ b/cf/sunos4.h @@ -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 * diff --git a/includes/cf/sunos4.h b/includes/cf/sunos4.h index 372d50402..38334e1b2 100644 --- a/includes/cf/sunos4.h +++ b/includes/cf/sunos4.h @@ -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 *