diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2010-01-04 18:08:16 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-04 18:08:16 +0000 |
| commit | 24cb3af593b5f3461a72f9893f69d1d2e90516d1 (patch) | |
| tree | f4fdf3d4ca50380315d98909f3e25b31e3edf00c /usr.sbin/bootparamd | |
| parent | f3f0a6c9579fd49156a186b388bac245388c946c (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bootparamd')
| -rw-r--r-- | usr.sbin/bootparamd/bootparamd/bootparamd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.c b/usr.sbin/bootparamd/bootparamd/bootparamd.c index c6387304cd61..5c1d264a1650 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 |
