diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-11-30 02:43:11 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-11-30 02:43:11 +0000 |
commit | 6b6ac9438f352903fe405daefaf6a3c9a2b63093 (patch) | |
tree | 7828b08c74ef918938b1b853c98f0cb41edac52c /contrib/bind/bin/named/ns_parseutil.h | |
parent | 15f7f569921160e3818633b964623b12cd9179d7 (diff) |
Notes
Diffstat (limited to 'contrib/bind/bin/named/ns_parseutil.h')
-rw-r--r-- | contrib/bind/bin/named/ns_parseutil.h | 8 |
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 d241bea4db280..78356f8105bde 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 */ |