summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/bootparamd/bootparamd/bootparamd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.c b/usr.sbin/bootparamd/bootparamd/bootparamd.c
index c638730..5c1d264 100644
--- a/usr.sbin/bootparamd/bootparamd/bootparamd.c
+++ b/usr.sbin/bootparamd/bootparamd/bootparamd.c
@@ -191,9 +191,9 @@ int blen;
{
FILE *bpf;
char *where;
+#ifdef YP
static char *result;
int resultlen;
-#ifdef YP
static char *yp_domain;
#endif
@@ -294,9 +294,9 @@ int len;
int ch, pch;
FILE *bpf;
int res = 0;
+#ifdef YP
static char *result;
int resultlen;
-#ifdef YP
static char *yp_domain;
#endif
OpenPOWER on IntegriCloud