diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-23 10:46:28 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-23 10:46:28 +0000 |
commit | 1d272ae56707d296c2067306f8c048e54f4e55b0 (patch) | |
tree | 32f9c969503285069e977743f9b44c0ec4815f40 /usr.sbin/ospfd/ospfd.h | |
parent | 6b2877c9b5003ebef4a034c8c3899d178dda1d1c (diff) |
ssize_t -> size_t, from ntpd, there from Alexander von Gernler
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 { |