PERFORCE change 99748 for review
Roman Divacky
rdivacky at FreeBSD.org
Wed Jun 21 11:33:02 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=99748
Change 99748 by rdivacky at 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;
More information about the p4-projects
mailing list