svn commit: r238937 - head/sys/dev/netmap

Luigi Rizzo luigi at FreeBSD.org
Tue Jul 31 05:51:48 UTC 2012


Author: luigi
Date: Tue Jul 31 05:51:48 2012
New Revision: 238937
URL: http://svn.freebsd.org/changeset/base/238937

Log:
  remove a redundant MALLOC_DECLARE

Modified:
  head/sys/dev/netmap/netmap_kern.h

Modified: head/sys/dev/netmap/netmap_kern.h
==============================================================================
--- head/sys/dev/netmap/netmap_kern.h	Tue Jul 31 05:48:35 2012	(r238936)
+++ head/sys/dev/netmap/netmap_kern.h	Tue Jul 31 05:51:48 2012	(r238937)
@@ -80,10 +80,6 @@
 #error unsupported platform
 #endif
 
-#ifdef MALLOC_DECLARE
-MALLOC_DECLARE(M_NETMAP);
-#endif
-
 #define ND(format, ...)
 #define D(format, ...)						\
 	do {							\


More information about the svn-src-all mailing list