]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - sail/dr_main.c
de-register
[bsdgames-darwin.git] / sail / dr_main.c
index 99144e052b300496e8ce8e7bcd8788e11f316430..c3f145d724e6cc7910f1d3d11a8f790cb3159282 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: dr_main.c,v 1.9 2001/01/04 03:21:17 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.9 2001/01/04 03:21:17 jwise Exp $");
+__RCSID("$NetBSD: dr_main.c,v 1.11 2001/02/05 01:10:09 christos Exp $");
 #endif
 #endif /* not lint */
 
+#include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include "extern.h"
 #include "driver.h"
 
-int    dr_main(void);
-
 int
 dr_main(void)
 {