diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-24 16:28:42 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-24 16:28:42 +0000 |
commit | 440b697c1400268b6a2421d0f996fe2e0ea3a1e6 (patch) | |
tree | 1d8edab00473d3882c87d38d4a1bac59b25c716d | |
parent | 9a424d64496fc2c3b586e5c1482f0050d621ab0c (diff) |
add missing #endif, magnus stahre <ms@xy.org>
-rw-r--r-- | usr.sbin/named/named/pathnames.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/named/named/pathnames.h b/usr.sbin/named/named/pathnames.h index cf6379249e3..0e0a91f15d9 100644 --- a/usr.sbin/named/named/pathnames.h +++ b/usr.sbin/named/named/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.6 1998/05/23 19:28:34 millert Exp $ */ +/* $OpenBSD: pathnames.h,v 1.7 1998/05/24 16:28:41 millert Exp $ */ /* * @(#)pathnames.h 5.4 (Berkeley) 6/1/90 @@ -67,6 +67,7 @@ #ifdef __OpenBSD__ #ifndef _PATH_XFER #define _PATH_XFER "/var/named/named-xfer" +#endif #define _PATH_BOOT "/var/named/named.boot" #elif defined (__sgi) && !defined(_SYSTYPE_SVR4) && !defined(__SYSTYPE_SVR4) #define _PATH_BOOT "/usr/etc/named.d/named.boot" |