BSD 4_3_Tahoe release
[unix-history] / usr / src / games / monop / misc.c
index 59f0aa7..e96c0d7 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)misc.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)misc.c     5.2 (Berkeley) 6/18/88";
 #endif /* not lint */
 
 # include      "monop.ext"
 #endif /* not lint */
 
 # include      "monop.ext"
@@ -298,7 +298,6 @@ shell_out() {
 /*
  *     This routine looks up the users login shell
  */
 /*
  *     This routine looks up the users login shell
  */
-# include      <sys/types.h>
 # include      <pwd.h>
 
 struct passwd  *getpwuid();
 # include      <pwd.h>
 
 struct passwd  *getpwuid();