summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-11-08 18:20:02 +0000
committerdes <des@FreeBSD.org>2004-11-08 18:20:02 +0000
commite836fd23ea28e0175d785b2e3c684760a7267033 (patch)
tree4b78223a22b6c437091f95b5bf3abc75a7ad1516 /sys/netinet/tcp_subr.c
parent361cbe734734731073eddc21afe11076e431a026 (diff)
downloadFreeBSD-src-e836fd23ea28e0175d785b2e3c684760a7267033.zip
FreeBSD-src-e836fd23ea28e0175d785b2e3c684760a7267033.tar.gz
#include <vm/vm_param.h> instead of <machine/vmparam.h> (the former
includes the latter, but also declares variables which are defined in kern/subr_param.c). Change som VM parameters from quad_t to unsigned long. They refer to quantities (size limits for text, heap and stack segments) which must necessarily be smaller than the size of the address space, so long is adequate on all platforms. MFC after: 1 week
Diffstat (limited to 'sys/netinet/tcp_subr.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud