2.3.90-26

This commit is contained in:
Jakub Jelinek 2006-01-04 08:30:46 +00:00
parent e1fb04fe06
commit 813f76e2aa
1 changed files with 6 additions and 0 deletions

View File

@ -242,6 +242,12 @@ package or when debugging this package.
%endif
# Hack till glibc-kernheaders get updated, argh
mkdir linux
cat > linux/version.h <<EOF
#define UTS_RELEASE "2.6.9"
#define LINUX_VERSION_CODE 132617
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
EOF
mkdir asm
cat > asm/unistd.h <<EOF
#ifndef _HACK_ASM_UNISTD_H