diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-02-21 09:35:04 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-02-21 09:35:04 +0000 |
commit | d03a25c1e09ff03501fb028e25d2d0d76a4d0ee8 (patch) | |
tree | 52d4dac66abd280facbd28ae9a16c74c6ebb8e26 | |
parent | 9358d169ffc55c314e0a8c003acd22fc324f9204 (diff) |
Removed no longer necessary cautionary comment.
-rw-r--r-- | sys/netinet/ip_ipsp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipsp.c b/sys/netinet/ip_ipsp.c index a99c7bbb69c..7d8357ef1ab 100644 --- a/sys/netinet/ip_ipsp.c +++ b/sys/netinet/ip_ipsp.c @@ -61,8 +61,6 @@ int encdebug = 1; /* * This is the proper place to define the various encapsulation transforms. - * CAUTION: the human-readable string should be LESS than 200 bytes if the - * kernfs is to work properly. */ struct xformsw xformsw[] = { |