Unbreak bootparamd when setting WITHOUT_NIS.

Submitted by:	bf1783 googlemail com
This commit is contained in:
ed 2010-01-04 18:08:16 +00:00
parent 98e2905d7c
commit 6bae68025e

View File

@ -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