Fix an assortment of compiler warnings.
A few potential bugs were removed in the process. Much code cleanup remains to be done.
This commit is contained in:
parent
de95b19cee
commit
7d459d7d36
47 changed files with 608 additions and 591 deletions
|
|
@ -47,7 +47,8 @@ main(int argc, char *argv[], char *envp[])
|
|||
register char *env;
|
||||
register struct linked_list *item;
|
||||
register struct object *obj;
|
||||
char alldone, wpt;
|
||||
char alldone;
|
||||
int wpt;
|
||||
char *getpass(), *xcrypt(), *strrchr();
|
||||
char *homedir = roguehome();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue