From 6bae68025ed706fbbe22f41b7a549c63778df5a6 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 4 Jan 2010 18:08:16 +0000 Subject: Unbreak bootparamd when setting WITHOUT_NIS. Submitted by: bf1783 googlemail com --- usr.sbin/bootparamd/bootparamd/bootparamd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/bootparamd/bootparamd') 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 -- cgit v1.1