summaryrefslogtreecommitdiff
path: root/includes/cf
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2011-05-11 14:01:25 +0000
committerTomek Mrugalski <tomek@isc.org>2011-05-11 14:01:25 +0000
commita34feb7d81efdd9a140084d070ce4633572467fb (patch)
tree791736265825e3b9a7927341a7640d3dd51015e8 /includes/cf
parentfb30f3fc8bb324c6be1a418c341d062d7e1603df (diff)
downloadisc-dhcp-a34feb7d81efdd9a140084d070ce4633572467fb.tar.gz
- Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macros
[ISC-Bugs #13151]
Diffstat (limited to 'includes/cf')
-rw-r--r--includes/cf/sample.h3
-rw-r--r--includes/cf/sunos4.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/includes/cf/sample.h b/includes/cf/sample.h
index a8a5b4cc..bf3a2c66 100644
--- a/includes/cf/sample.h
+++ b/includes/cf/sample.h
@@ -9,6 +9,7 @@
probably worth looking at the config files for working ports as well. */
/*
+ * Copyright (c) 2011 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
@@ -195,7 +196,7 @@ extern int h_errno;
#if 0
#define NO_STRERROR
-char *strerror PROTO ((int));
+char *strerror (int);
#endif
/* Porting::
diff --git a/includes/cf/sunos4.h b/includes/cf/sunos4.h
index 260f896d..6c17c74b 100644
--- a/includes/cf/sunos4.h
+++ b/includes/cf/sunos4.h
@@ -3,6 +3,7 @@
System dependencies for SunOS 4 (tested on 4.1.4)... */
/*
+ * Copyright (c) 2011 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
@@ -130,7 +131,7 @@ extern int h_errno;
/* SunOS doesn't supply strerror... */
#define NO_STRERROR
-char *strerror PROTO ((int));
+char *strerror (int);
#define NEED_INET_ATON