File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- /* $NetBSD: init.c,v 1.3 1996/05/21 10:48:09 mrg Exp $ */
1
+ /* $NetBSD: init.c,v 1.4 1996/05/21 21:53:05 mrg Exp $ */
2
2
3
3
/*-
4
4
* Copyright (c) 1993
42
42
#if 0
43
43
static char sccsid [] = "@(#)init.c 8.1 (Berkeley) 6/2/93" ;
44
44
#else
45
- static char rcsid [] = "$NetBSD: init.c,v 1.3 1996/05/21 10:48:09 mrg Exp $" ;
45
+ static char rcsid [] = "$NetBSD: init.c,v 1.4 1996/05/21 21:53:05 mrg Exp $" ;
46
46
#endif
47
47
#endif /* not lint */
48
48
49
49
/* Re-coding of advent in C: data initialization */
50
50
51
51
#include <sys/types.h>
52
- #include <sys/ signal.h>
52
+ #include <signal.h>
53
53
#include <stdio.h>
54
54
#include "hdr.h"
55
55
Original file line number Diff line number Diff line change 1
- /* $NetBSD: main.c,v 1.4 1996/05/21 10:48:07 mrg Exp $ */
1
+ /* $NetBSD: main.c,v 1.5 1996/05/21 21:53:09 mrg Exp $ */
2
2
3
3
/*-
4
4
* Copyright (c) 1991, 1993
@@ -48,14 +48,14 @@ static char copyright[] =
48
48
#if 0
49
49
static char sccsid [] = "@(#)main.c 8.1 (Berkeley) 6/2/93" ;
50
50
#else
51
- static char rcsid [] = "$NetBSD: main.c,v 1.4 1996/05/21 10:48:07 mrg Exp $" ;
51
+ static char rcsid [] = "$NetBSD: main.c,v 1.5 1996/05/21 21:53:09 mrg Exp $" ;
52
52
#endif
53
53
#endif /* not lint */
54
54
55
55
/* Re-coding of advent in C: main program */
56
56
57
57
#include <sys/file.h>
58
- #include <sys/ signal.h>
58
+ #include <signal.h>
59
59
#include <stdio.h>
60
60
#include "hdr.h"
61
61
You can’t perform that action at this time.
0 commit comments