diff options
author | Francois Pons <fpons@mandriva.com> | 2002-11-25 13:55:01 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-11-25 13:55:01 +0000 |
commit | 263dfa3cb909f6f331f9c4ca65e87ec02b861fcd (patch) | |
tree | c80ab7b0ac3a1e246a4ba6d10c5c2f448d16a5f6 /mdk-stage1 | |
parent | 4ae4f6417dfe3e4d9072b13a466884517e962126 (diff) | |
download | drakx-263dfa3cb909f6f331f9c4ca65e87ec02b861fcd.tar drakx-263dfa3cb909f6f331f9c4ca65e87ec02b861fcd.tar.gz drakx-263dfa3cb909f6f331f9c4ca65e87ec02b861fcd.tar.bz2 drakx-263dfa3cb909f6f331f9c4ca65e87ec02b861fcd.tar.xz drakx-263dfa3cb909f6f331f9c4ca65e87ec02b861fcd.zip |
fixes for new kernel headers (It should problably be kernel-headers to be
modified but it is *much* faster to modify yoyotte's works).
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/dietlibc/include/sys/mount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/include/sys/mount.h b/mdk-stage1/dietlibc/include/sys/mount.h index 2e9e86774..8c0a5a1b5 100644 --- a/mdk-stage1/dietlibc/include/sys/mount.h +++ b/mdk-stage1/dietlibc/include/sys/mount.h @@ -3,6 +3,7 @@ #include <sys/cdefs.h> #include <sys/types.h> +#include <asm/atomic.h> #include <linux/fs.h> int mount(const char* specialfile, const char* dir, const char* filesystemtype, |