diff options
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r-- | usr.sbin/ospfd/ospfd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h index d1fbc1d0fb2..c00d3f45b87 100644 --- a/usr.sbin/ospfd/ospfd.h +++ b/usr.sbin/ospfd/ospfd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.h,v 1.17 2005/03/22 22:13:48 norby Exp $ */ +/* $OpenBSD: ospfd.h,v 1.18 2005/03/23 10:46:26 henning Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -70,7 +70,7 @@ struct msgbuf { struct buf_read { u_char buf[READ_BUF_SIZE]; u_char *rptr; - ssize_t wpos; + size_t wpos; }; struct imsgbuf { |