summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-11-17 19:21:48 +0000
committerderaadt <deraadt@openbsd.org>1997-11-17 19:21:48 +0000
commit14a72b62c862c8a5cd1332ff55e40ffb17a4ab1a (patch)
treef13e06c123913782796a474d728c9265c5484727
parentMention SIGUSR1 in SIGNALS section. Noted by Heiko W.Rupp <hwr@pilhuhn.de> (diff)
downloadwireguard-openbsd-14a72b62c862c8a5cd1332ff55e40ffb17a4ab1a.tar.xz
wireguard-openbsd-14a72b62c862c8a5cd1332ff55e40ffb17a4ab1a.zip
oh, a timespec
-rw-r--r--sys/sys/unpcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/unpcb.h b/sys/sys/unpcb.h
index ce69eadae55..bbeb1255c78 100644
--- a/sys/sys/unpcb.h
+++ b/sys/sys/unpcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: unpcb.h,v 1.3 1997/11/17 18:09:17 deraadt Exp $ */
+/* $OpenBSD: unpcb.h,v 1.4 1997/11/17 19:21:48 deraadt Exp $ */
/* $NetBSD: unpcb.h,v 1.6 1994/06/29 06:46:08 cgd Exp $ */
/*
@@ -71,7 +71,7 @@ struct unpcb {
struct mbuf *unp_addr; /* bound address of socket */
int unp_cc; /* copy of rcv.sb_cc */
int unp_mbcnt; /* copy of rcv.sb_mbcnt */
- struct timeval unp_ctime; /* holds creation time */
+ struct timespec unp_ctime; /* holds creation time */
};
#define sotounpcb(so) ((struct unpcb *)((so)->so_pcb))