Deleted Added
full compact
40c40
< * $FreeBSD: head/sys/kern/kern_mib.c 76078 2001-04-27 19:28:25Z jhb $
---
> * $FreeBSD: head/sys/kern/kern_mib.c 78609 2001-06-22 16:03:14Z pirzyk $
189,191c189,190
< long hostid;
< /* Some trouble here, if sizeof (int) != sizeof (long) */
< SYSCTL_INT(_kern, KERN_HOSTID, hostid, CTLFLAG_RW, &hostid, 0, "Host ID");
---
> unsigned long hostid;
> SYSCTL_ULONG(_kern, KERN_HOSTID, hostid, CTLFLAG_RW, &hostid, 0, "Host ID");