Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/netinet/tcp_subr.c 119245 2003-08-21 18:39:16Z rwatson $
---
> * $FreeBSD: head/sys/netinet/tcp_subr.c 119995 2003-09-11 21:40:21Z ru $
1141c1141
< else if ((unsigned)cmd > PRC_NCMDS || inetctlerrmap[cmd] == 0)
---
> else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0)
1207c1207
< ((unsigned)cmd > PRC_NCMDS || inet6ctlerrmap[cmd] == 0))
---
> ((unsigned)cmd >= PRC_NCMDS || inet6ctlerrmap[cmd] == 0))