2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-03 15:55:40 +00:00

removed ocmnd

This commit is contained in:
Todd C. Miller
1995-03-26 06:33:05 +00:00
parent 8de40d1c3c
commit 40fbed9036
2 changed files with 0 additions and 2 deletions

1
sudo.c
View File

@@ -136,7 +136,6 @@ static void clean_env __P((char **));
int Argc;
char **Argv;
char *cmnd = NULL;
char *ocmnd = NULL;
char *user = NULL;
char *epasswd = NULL;
char host[MAXHOSTNAMELEN + 1];

1
sudo.h
View File

@@ -189,7 +189,6 @@ extern struct interface *interfaces;
extern int num_interfaces;
extern char *user;
extern char *epasswd;
extern char *ocmnd;
extern char *cmnd;
extern int Argc;
extern char **Argv;