summaryrefslogtreecommitdiff
path: root/lib/ZVariables.c
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-11-20 23:45:35 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-11-20 23:45:35 +0000
commitbea4929cfe1d3d877e252f8e0fd7707a60b541e5 (patch)
treeda065f81533bb8f18c2c287d4f9a3bcc84a88ac4 /lib/ZVariables.c
parent7cb152321ea3712ed9d6cc85782889cd3276dbbf (diff)
Removed prototyping that should be left to the system include files
Diffstat (limited to 'lib/ZVariables.c')
-rw-r--r--lib/ZVariables.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ZVariables.c b/lib/ZVariables.c
index e006ac6..06de7bf 100644
--- a/lib/ZVariables.c
+++ b/lib/ZVariables.c
@@ -18,15 +18,11 @@ static char rcsid_ZVariables_c[] = "$Header$";
#endif
#include <zephyr/mit-copyright.h>
-
#include <zephyr/zephyr_internal.h>
#include <ctype.h>
#include <pwd.h>
-extern char *getenv();
-extern uid_t getuid();
-
static int get_localvarfile();
static char *get_varval();
static int varline();