summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/bzlib
Commit message (Expand)AuthorAgeFilesLines
* Merge from R9_0-AMD64, most notably:Gwenolé Beauchesne2003-06-041-14/+1
* compile with -WGuillaume Cottenceau2002-07-031-3/+3
* use CC rather than gcc staticallyGuillaume Cottenceau2001-08-241-2/+2
* don't use system wide bzlib.h but our own provided oneGuillaume Cottenceau2001-08-071-0/+319
* - allow build on ia64Matthias Badaire2001-05-301-12/+20
* - use bzlib instead of zlib to reduce overall sizeGuillaume Cottenceau2001-01-269-0/+5174
tr>downloaddrakx-52a6cef1ee28a3ca772b2a1fe952375d86adaab3.tar
drakx-52a6cef1ee28a3ca772b2a1fe952375d86adaab3.tar.gz
drakx-52a6cef1ee28a3ca772b2a1fe952375d86adaab3.tar.bz2
drakx-52a6cef1ee28a3ca772b2a1fe952375d86adaab3.tar.xz
drakx-52a6cef1ee28a3ca772b2a1fe952375d86adaab3.zip
workaround for kernel-headers not in sync with glibc (dev_t)
Diffstat (limited to 'perl-install/c')
-rw-r--r--perl-install/c/stuff.xs.pm3
1 files changed, 3 insertions, 0 deletions
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 <ctype.h>
#include <unistd.h>
#include <syslog.h>