svn commit: r334815 - head/sys/modules/tcp/rack

Randall Stewart rrs at FreeBSD.org
Thu Jun 7 20:57:13 UTC 2018


Author: rrs
Date: Thu Jun  7 20:57:12 2018
New Revision: 334815
URL: https://svnweb.freebsd.org/changeset/base/334815

Log:
  Take out the stack alias inadvertantly added by my commit.
  
  Reported by:	Peter Lei

Modified:
  head/sys/modules/tcp/rack/Makefile

Modified: head/sys/modules/tcp/rack/Makefile
==============================================================================
--- head/sys/modules/tcp/rack/Makefile	Thu Jun  7 20:49:01 2018	(r334814)
+++ head/sys/modules/tcp/rack/Makefile	Thu Jun  7 20:57:12 2018	(r334815)
@@ -19,6 +19,5 @@ SRCS+=	opt_kern_tls.h
 
 CFLAGS+=	-DMODNAME=${KMOD}
 CFLAGS+=	-DSTACKNAME=${STACKNAME}
-CFLAGS+=	-DSTACKALIAS=rack_18q21
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list