Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2006 11:32:36 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 99748 for review
Message-ID:  <200606211132.k5LBWafg067998@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=99748

Change 99748 by rdivacky@rdivacky_witten on 2006/06/21 11:31:48

	Remove duplicit MALLOC_DECLARE(M_LINUX).

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_util.c#5 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_util.c#5 (text+ko) ====

@@ -47,6 +47,12 @@
 #include <machine/stdarg.h>
 
 #include <compat/linux/linux_util.h>
+#ifdef COMPAT_LINUX32
+#include <machine/../linux32/linux.h>
+#else
+#include <machine/../linux/linux.h>
+#endif
+
 
 /*
  * Search an alternate path before passing pathname arguments on
@@ -83,8 +89,6 @@
 	printf("\n");
 }
 
-MALLOC_DECLARE(M_LINUX);
-
 struct device_element
 {
 	TAILQ_ENTRY(device_element) list;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606211132.k5LBWafg067998>