ANSI
[unix-history] / usr / src / games / larn / main.c
index d942539..dbe0c89 100644 (file)
@@ -40,7 +40,7 @@ main(argc,argv)
        register int i,j;
        int hard;
        char *ptr=0,*ttype;
        register int i,j;
        int hard;
        char *ptr=0,*ttype;
-       struct passwd *pwe,*getpwuid();
+       struct passwd *pwe;
 
 /*
  *     first task is to identify the player
 
 /*
  *     first task is to identify the player