Unbreak bootparamd when setting WITHOUT_NIS.
Submitted by: bf1783 googlemail com
This commit is contained in:
parent
f3f0a6c957
commit
24cb3af593
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user