From 71d6a65fa155d25fc325d6a9b83a746f5845922e Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 7 Dec 2000 23:15:22 +0000 Subject: add insmod from busybox (i386 only) --- mdk-stage1/insmod-busybox/loop.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mdk-stage1/insmod-busybox/loop.h (limited to 'mdk-stage1/insmod-busybox/loop.h') diff --git a/mdk-stage1/insmod-busybox/loop.h b/mdk-stage1/insmod-busybox/loop.h new file mode 100644 index 000000000..cba8c6b2b --- /dev/null +++ b/mdk-stage1/insmod-busybox/loop.h @@ -0,0 +1,5 @@ +#include +#undef dev_t +#define dev_t __kernel_dev_t +#include +#undef dev_t -- cgit v1.2.1