From: angelos Date: Sun, 2 Mar 1997 07:32:15 +0000 (+0000) Subject: Cosmetic changes. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7bcf0e710ce8880c6244d7256713adb26b0e85e1;p=openbsd Cosmetic changes. --- diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 771fe2c58ba..15db85f0ed0 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_output.c,v 1.9 1997/02/28 04:03:48 angelos Exp $ */ +/* $OpenBSD: ip_output.c,v 1.10 1997/03/02 07:32:15 angelos Exp $ */ /* $NetBSD: ip_output.c,v 1.28 1996/02/13 23:43:07 christos Exp $ */ /* @@ -302,10 +302,11 @@ ip_output(m0, va_alist) return ip_output(m, NULL, NULL, IP_ENCAPSULATED | IP_RAWOUTPUT, NULL); no_encap: + /* This is for possible future use, don't move or delete */ if (re->re_rt) RTFREE(re->re_rt); } -#endif IPSEC +#endif /* IPSEC */ /* * Route packet.