From 52a6cef1ee28a3ca772b2a1fe952375d86adaab3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 15 Nov 2000 14:35:32 +0000 Subject: workaround for kernel-headers not in sync with glibc (dev_t) --- perl-install/c/stuff.xs.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install') diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index ecffd9c10..525403f24 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -3,6 +3,9 @@ print ' #include "perl.h" #include "XSUB.h" +/* workaround for glibc and kernel header files not in sync */ +#define dev_t dev_t + #include #include #include -- cgit v1.2.1