artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfeb399
)
damn, do need sys/time.h and all that other gunk
author
deraadt
<deraadt@openbsd.org>
Mon, 3 Feb 1997 04:34:33 +0000
(
04:34
+0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 3 Feb 1997 04:34:33 +0000
(
04:34
+0000)
sys/sys/siginfo.h
patch
|
blob
|
history
diff --git
a/sys/sys/siginfo.h
b/sys/sys/siginfo.h
index
466da9d
..
6cd6371
100644
(file)
--- a/
sys/sys/siginfo.h
+++ b/
sys/sys/siginfo.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: siginfo.h,v 1.
5 1997/02/03 03:49:57
deraadt Exp $ */
+/* $OpenBSD: siginfo.h,v 1.
6 1997/02/03 04:34:33
deraadt Exp $ */
/*
* Copyright (c) 1997 Theo de Raadt
@@
-130,6
+130,8
@@
union sigval {
#define SI_MAXSZ 128
#define SI_PAD ((SI_MAXSZ / sizeof (int)) - 3)
+#include <sys/time.h>
+
typedef struct {
int si_signo; /* signal from signal.h */
int si_code; /* code from above */