diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-03-03 13:01:57 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-03-03 13:01:57 +0000 |
| commit | 1fece1a6b6d389ed5abcc7b0fe2d94b33bcd7bfe (patch) | |
| tree | 05a1fe4a189351a3735c9856d38a636016b0bcf2 /usr.sbin/timed | |
| parent | 46ad1c2366f6261af0a943ad8e9ca43381bda45c (diff) | |
Notes
Diffstat (limited to 'usr.sbin/timed')
| -rw-r--r-- | usr.sbin/timed/timed/globals.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/timed/timed/globals.h b/usr.sbin/timed/timed/globals.h index 852dd0cd71da..1d621f98ccdb 100644 --- a/usr.sbin/timed/timed/globals.h +++ b/usr.sbin/timed/timed/globals.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)globals.h 8.1 (Berkeley) 6/6/93 + * $FreeBSD$ */ #include <sys/param.h> @@ -137,7 +138,7 @@ extern struct hosttbl hosttbl[NHOSTS+1]; struct netinfo { struct netinfo *next; struct in_addr net; - u_long mask; + u_int32_t mask; struct in_addr my_addr; struct sockaddr_in dest_addr; /* broadcast addr or point-point */ long status; |
