summaryrefslogtreecommitdiffstats
path: root/contrib/bind/bin/named/ns_parseutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/bin/named/ns_parseutil.h')
-rw-r--r--contrib/bind/bin/named/ns_parseutil.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/bind/bin/named/ns_parseutil.h b/contrib/bind/bin/named/ns_parseutil.h
index d241bea..78356f8 100644
--- a/contrib/bind/bin/named/ns_parseutil.h
+++ b/contrib/bind/bin/named/ns_parseutil.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1996, 1997 by Internet Software Consortium.
+ * Copyright (c) 1996-1999 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -15,8 +15,8 @@
* SOFTWARE.
*/
-#ifndef NS_PARSEUTIL_H
-#define NS_PARSEUTIL_H
+#ifndef _NS_PARSEUTIL_H
+#define _NS_PARSEUTIL_H
/*
* Symbol Table
@@ -62,4 +62,4 @@ void undefine_symbol(symbol_table, char *, int type);
int unit_to_ulong(char *, u_long *);
-#endif /* !NS_PARSEUTIL_H */
+#endif /* !_NS_PARSEUTIL_H */
OpenPOWER on IntegriCloud