diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2003-01-04 00:34:57 -0600 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2003-01-04 00:34:57 -0600 |
| commit | 05cb64babb37896457bfc536f4be8cd554397934 (patch) | |
| tree | cb9dbeca4f4959d0dc18b512ccc0e479b9cd5710 /include/linux/compat.h | |
| parent | 50765282537396cd810f9f80318ac734d24bf304 (diff) | |
| parent | 6b4e1e926ae0ee936914e4fd729382af433938fb (diff) | |
Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.isdn
Diffstat (limited to 'include/linux/compat.h')
| -rw-r--r-- | include/linux/compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index 3f634baef539..39405f5a06ea 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h @@ -10,6 +10,7 @@ #include <linux/stat.h> #include <linux/param.h> /* for HZ */ +#include <linux/fcntl.h> /* for struct flock */ #include <asm/compat.h> #define compat_jiffies_to_clock_t(x) \ @@ -33,6 +34,8 @@ struct compat_tms { }; extern int cp_compat_stat(struct kstat *, struct compat_stat *); +extern int get_compat_flock(struct flock *, struct compat_flock *); +extern int put_compat_flock(struct flock *, struct compat_flock *); #endif /* CONFIG_COMPAT */ #endif /* _LINUX_COMPAT_H */ |
