Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 77132 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.4.28-rsbac-v1.2.3/include/rsbac/fs.h (+4 lines)
Lines 33-41 Link Here
33
struct super_block * rsbac_get_super_block(kdev_t kdev);
33
struct super_block * rsbac_get_super_block(kdev_t kdev);
34
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
35
extern void FASTCALL(__fput(struct file *));
36
#else
34
#ifndef __fput
37
#ifndef __fput
35
extern void __fput(struct file *);
38
extern void __fput(struct file *);
36
#endif
39
#endif
40
#endif
37
#ifndef SHM_FS_MAGIC
41
#ifndef SHM_FS_MAGIC
38
#define SHM_FS_MAGIC 0x02011994
42
#define SHM_FS_MAGIC 0x02011994

Return to bug 77132