diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-07 09:48:21 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-07 09:48:21 +0000 |
commit | 465cefca6fbf410039db3b05522d7b9230124fb0 (patch) | |
tree | bd7c1f5631455feb44b32a5aac00f89546d0153d /source3 | |
parent | b73d2836a61b0107c0f5580e9722ed94096eaa33 (diff) | |
download | samba-465cefca6fbf410039db3b05522d7b9230124fb0.tar.gz samba-465cefca6fbf410039db3b05522d7b9230124fb0.tar.bz2 samba-465cefca6fbf410039db3b05522d7b9230124fb0.zip |
not needed any more
(This used to be commit 4ea3f86f996c1c6acfbf0363e1a02ace4b4a302c)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbwrapper/kernel_stat.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/source3/smbwrapper/kernel_stat.h b/source3/smbwrapper/kernel_stat.h deleted file mode 100644 index bd7ddcc9bc..0000000000 --- a/source3/smbwrapper/kernel_stat.h +++ /dev/null @@ -1,31 +0,0 @@ -/* Definition of `struct stat' used in the kernel.. */ -struct kernel_stat - { - unsigned short int st_dev; - unsigned short int __pad1; -#define _HAVE___PAD1 - unsigned long int st_ino; - unsigned short int st_mode; - unsigned short int st_nlink; - unsigned short int st_uid; - unsigned short int st_gid; - unsigned short int st_rdev; - unsigned short int __pad2; -#define _HAVE___PAD2 - unsigned long int st_size; - unsigned long int st_blksize; - unsigned long int st_blocks; - unsigned long int st_atime; - unsigned long int __unused1; -#define _HAVE___UNUSED1 - unsigned long int st_mtime; - unsigned long int __unused2; -#define _HAVE___UNUSED2 - unsigned long int st_ctime; - unsigned long int __unused3; -#define _HAVE___UNUSED3 - unsigned long int __unused4; -#define _HAVE___UNUSED4 - unsigned long int __unused5; -#define _HAVE___UNUSED5 - }; |