From 372399b6659f2782be2915ec07daa8ec6867838d Mon Sep 17 00:00:00 2001 From: angelos Date: Fri, 21 Feb 1997 09:35:03 +0000 Subject: [PATCH] Removed no longer necessary cautionary comment. --- sys/netinet/ip_ipsp.c | 2 -- 1 file changed, 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[] = { -- 2.20.1