]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - sail/dr_main.c
Make "rogue" build with "WARNS=2". The necessary patches were supplied
[bsdgames-darwin.git] / sail / dr_main.c
index 0b7db8b48070da13657b0c9f3f21ff57fdb7b105..c3f145d724e6cc7910f1d3d11a8f790cb3159282 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: dr_main.c,v 1.8 2001/01/04 01:53:24 jwise Exp $        */
+/*     $NetBSD: dr_main.c,v 1.11 2001/02/05 01:10:09 christos Exp $    */
 
 /*
  * Copyright (c) 1983, 1993
 #if 0
 static char sccsid[] = "@(#)dr_main.c  8.2 (Berkeley) 4/16/94";
 #else
-__RCSID("$NetBSD: dr_main.c,v 1.8 2001/01/04 01:53:24 jwise Exp $");
+__RCSID("$NetBSD: dr_main.c,v 1.11 2001/02/05 01:10:09 christos Exp $");
 #endif
 #endif /* not lint */
 
-#include "driver.h"
+#include <signal.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-
-int    dr_main(void);
+#include "extern.h"
+#include "driver.h"
 
 int
 dr_main(void)