From 3c2732df213283612633ca395c5c33734acb75ff Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 17 Nov 1997 19:21:49 +0000 Subject: oh, a timespec --- sys/sys/unpcb.h | 4 ++-- 1 file 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)) -- cgit v1.2.3