summaryrefslogtreecommitdiff
path: root/libpwdgrp
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-07-03 04:47:43 +0000
committerEric Andersen <andersen@codepoet.org>2002-07-03 04:47:43 +0000
commit7234c3a0b6e95e0a3c2d907674dedfe930d491e0 (patch)
treec6f6e49920b7900bec59deef3364f3938a313cfa /libpwdgrp
parent009ae1f17daa320836c4215c16ea1c0db12a5d07 (diff)
downloadbusybox-w32-7234c3a0b6e95e0a3c2d907674dedfe930d491e0.tar.gz
busybox-w32-7234c3a0b6e95e0a3c2d907674dedfe930d491e0.tar.bz2
busybox-w32-7234c3a0b6e95e0a3c2d907674dedfe930d491e0.zip
Cleanup shadow.h stuff so it behaves as intended
-Erik
Diffstat (limited to 'libpwdgrp')
-rw-r--r--libpwdgrp/shadow.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpwdgrp/shadow.c b/libpwdgrp/shadow.c
index 6cf195e4a..c79417383 100644
--- a/libpwdgrp/shadow.c
+++ b/libpwdgrp/shadow.c
@@ -39,8 +39,7 @@
39#include <stdlib.h> 39#include <stdlib.h>
40#include <string.h> 40#include <string.h>
41#include <unistd.h> 41#include <unistd.h>
42 42#include "shadow_.h"
43#include "shadow.h"
44 43
45static FILE *shadow; 44static FILE *shadow;
46static char spwbuf[BUFSIZ]; 45static char spwbuf[BUFSIZ];