svn commit: r221251 - head/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Sat Apr 30 11:22:31 UTC 2011
Author: tuexen
Date: Sat Apr 30 11:22:30 2011
New Revision: 221251
URL: http://svn.freebsd.org/changeset/base/221251
Log:
Remove some leftover debug code.
MFC after: 1 week
Modified:
head/sys/netinet/sctp_os_bsd.h
Modified: head/sys/netinet/sctp_os_bsd.h
==============================================================================
--- head/sys/netinet/sctp_os_bsd.h Sat Apr 30 11:21:29 2011 (r221250)
+++ head/sys/netinet/sctp_os_bsd.h Sat Apr 30 11:22:30 2011 (r221251)
@@ -39,9 +39,7 @@ __FBSDID("$FreeBSD$");
#include "opt_ipsec.h"
#include "opt_compat.h"
#include "opt_inet6.h"
-#if 1
#include "opt_inet.h"
-#endif
#include "opt_sctp.h"
#include <sys/param.h>
More information about the svn-src-head
mailing list