Cleanup shadow.h stuff so it behaves as intended

-Erik
This commit is contained in:
Eric Andersen
2002-07-03 04:47:43 +00:00
parent 009ae1f17d
commit 7234c3a0b6
5 changed files with 6 additions and 88 deletions

View File

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