artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b415273
)
Missed #include <signal.h>
author
guenther
<guenther@openbsd.org>
Sat, 24 May 2014 04:00:06 +0000
(
04:00
+0000)
committer
guenther
<guenther@openbsd.org>
Sat, 24 May 2014 04:00:06 +0000
(
04:00
+0000)
bin/pax/tables.c
patch
|
blob
|
history
diff --git
a/bin/pax/tables.c
b/bin/pax/tables.c
index
3377fdc
..
b898b89
100644
(file)
--- a/
bin/pax/tables.c
+++ b/
bin/pax/tables.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tables.c,v 1.3
2 2014/05/23 19:47:49
guenther Exp $ */
+/* $OpenBSD: tables.c,v 1.3
3 2014/05/24 04:00:06
guenther Exp $ */
/* $NetBSD: tables.c,v 1.4 1995/03/21 09:07:45 cgd Exp $ */
/*-
@@
-39,6
+39,7
@@
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/fcntl.h>
+#include <signal.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>