Some more portability updates

-Erik
This commit is contained in:
Erik Andersen
2000-05-17 05:24:24 +00:00
parent 499f65fb98
commit 5b46d792f1
5 changed files with 25 additions and 25 deletions

View File

@@ -32,8 +32,8 @@
#include <pwd.h>
static uid_t uid = -1;
static gid_t gid = -1;
static unsigned long uid = -1;
static unsigned long gid = -1;
static int whichApp;
static char *invocationName = NULL;
static char *theMode = NULL;