]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
include stdlib.h for prototypes (typically for exit()).
authorcgd <cgd@NetBSD.org>
Tue, 16 Jan 2001 02:44:43 +0000 (02:44 +0000)
committercgd <cgd@NetBSD.org>
Tue, 16 Jan 2001 02:44:43 +0000 (02:44 +0000)
sail/lo_main.c
sail/pl_1.c
sail/pl_7.c

index 3b91644db18c6844e1e2e9aeef5748a029b7ba0b..71ea1a49eeb4032fe676426d29fc3e2d2f14135e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: lo_main.c,v 1.9 2001/01/04 03:21:17 jwise Exp $        */
+/*     $NetBSD: lo_main.c,v 1.10 2001/01/16 02:44:43 cgd Exp $ */
 
 /*
  * Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)lo_main.c  8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: lo_main.c,v 1.9 2001/01/04 03:21:17 jwise Exp $");
+__RCSID("$NetBSD: lo_main.c,v 1.10 2001/01/16 02:44:43 cgd Exp $");
 #endif
 #endif /* not lint */
 
@@ -49,6 +49,7 @@ __RCSID("$NetBSD: lo_main.c,v 1.9 2001/01/04 03:21:17 jwise Exp $");
  */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <pwd.h>
 #include "extern.h"
 #include "pathnames.h"
index 33b1a686cb92cebc80a59143bfcdd0584752b7e4..c99d76bcef9b4928ce54d8e145ec90536de2c23f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: pl_1.c,v 1.14 2001/01/04 05:34:56 jwise Exp $  */
+/*     $NetBSD: pl_1.c,v 1.15 2001/01/16 02:44:43 cgd Exp $    */
 
 /*
  * Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)pl_1.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: pl_1.c,v 1.14 2001/01/04 05:34:56 jwise Exp $");
+__RCSID("$NetBSD: pl_1.c,v 1.15 2001/01/16 02:44:43 cgd Exp $");
 #endif
 #endif /* not lint */
 
@@ -46,6 +46,7 @@ __RCSID("$NetBSD: pl_1.c,v 1.14 2001/01/04 05:34:56 jwise Exp $");
 #include <sys/wait.h>
 #include <signal.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include "extern.h"
 #include "player.h"
index 2cdba5673f332b19f795abdafbf5296ea0b9395d..5071eeb2406e286d4f06635d00c1a66a6ff4edf1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: pl_7.c,v 1.22 2001/01/04 06:33:18 itojun Exp $ */
+/*     $NetBSD: pl_7.c,v 1.23 2001/01/16 02:44:43 cgd Exp $    */
 
 /*
  * Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)pl_7.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: pl_7.c,v 1.22 2001/01/04 06:33:18 itojun Exp $");
+__RCSID("$NetBSD: pl_7.c,v 1.23 2001/01/16 02:44:43 cgd Exp $");
 #endif
 #endif /* not lint */
 
@@ -46,6 +46,7 @@ __RCSID("$NetBSD: pl_7.c,v 1.22 2001/01/04 06:33:18 itojun Exp $");
 #include <signal.h>
 #include <stdarg.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
 #include "extern.h"