summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-17 19:21:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-17 19:21:49 +0000
commit3c2732df213283612633ca395c5c33734acb75ff (patch)
tree5db8ec690252f0063a5494cbd9154a5f6057b712
parent4f3fb5eb3e1014346649ab8e72a9bf0a9e90bb7b (diff)
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))