diff options
author | Eric Andersen | 2002-07-03 04:47:43 +0000 |
---|---|---|
committer | Eric Andersen | 2002-07-03 04:47:43 +0000 |
commit | 7234c3a0b6e95e0a3c2d907674dedfe930d491e0 (patch) | |
tree | c6f6e49920b7900bec59deef3364f3938a313cfa /libpwdgrp | |
parent | 009ae1f17daa320836c4215c16ea1c0db12a5d07 (diff) | |
download | busybox-7234c3a0b6e95e0a3c2d907674dedfe930d491e0.zip busybox-7234c3a0b6e95e0a3c2d907674dedfe930d491e0.tar.gz |
Cleanup shadow.h stuff so it behaves as intended
-Erik
Diffstat (limited to 'libpwdgrp')
-rw-r--r-- | libpwdgrp/shadow.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpwdgrp/shadow.c b/libpwdgrp/shadow.c index 6cf195e..c794173 100644 --- a/libpwdgrp/shadow.c +++ b/libpwdgrp/shadow.c @@ -39,8 +39,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> - -#include "shadow.h" +#include "shadow_.h" static FILE *shadow; static char spwbuf[BUFSIZ]; |