diff options
author | archie <archie@FreeBSD.org> | 2000-08-22 00:32:52 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2000-08-22 00:32:52 +0000 |
commit | 2fcdc74c0ad1f0883c82c1f43a426b30404018b9 (patch) | |
tree | d94d55214ed09c1bf4db27998031ede7fe3d31ef | |
parent | 697e7b86ddda025467596a2a10a56712316a66b4 (diff) | |
download | FreeBSD-src-2fcdc74c0ad1f0883c82c1f43a426b30404018b9.zip FreeBSD-src-2fcdc74c0ad1f0883c82c1f43a426b30404018b9.tar.gz |
Remove obsolete comment.
-rw-r--r-- | sys/netinet/ip_fw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h index 78fd18d..86b2bce 100644 --- a/sys/netinet/ip_fw.h +++ b/sys/netinet/ip_fw.h @@ -47,7 +47,6 @@ union ip_fw_if { * fw_src, fw_dst, fw_smsk, fw_dmsk are always stored in network byte order. * fw_flg and fw_n*p are stored in host byte order (of course). * Port numbers are stored in HOST byte order. - * Warning: setsockopt() will fail if sizeof(struct ip_fw) > MLEN (108) */ struct ip_fw { |