diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-06-13 10:21:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:05 -0500 |
commit | fdc5a3aeb5558bb52d59eb5cb4624cd4505c8ce3 (patch) | |
tree | 4df4be76b0a106abfb56d6881e185ba6ff19da30 | |
parent | 123e50735af52dd29f1874fab90ce48c26c9f3fd (diff) | |
download | samba-fdc5a3aeb5558bb52d59eb5cb4624cd4505c8ce3.tar.gz samba-fdc5a3aeb5558bb52d59eb5cb4624cd4505c8ce3.tar.bz2 samba-fdc5a3aeb5558bb52d59eb5cb4624cd4505c8ce3.zip |
r16185: Remove autogenerated file from SVN.
(This used to be commit a975f11d452deb2c5e06b8ba02f528b08d2842e1)
-rw-r--r-- | source4/lib/util/wrap_xattr.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/source4/lib/util/wrap_xattr.h b/source4/lib/util/wrap_xattr.h deleted file mode 100644 index 58f920704b..0000000000 --- a/source4/lib/util/wrap_xattr.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef __LIB_UTIL_WRAP_XATTR_H__ -#define __LIB_UTIL_WRAP_XATTR_H__ - -#undef _PRINTF_ATTRIBUTE -#define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2) -/* This file was automatically generated by mkproto.pl. DO NOT EDIT */ - -#ifndef _PUBLIC_ -#define _PUBLIC_ -#endif - - -/* The following definitions come from lib/util/wrap_xattr.c */ - -_PUBLIC_ ssize_t wrap_fgetxattr(int fd, const char *name, void *value, size_t size); -_PUBLIC_ ssize_t wrap_getxattr(const char *path, const char *name, void *value, size_t size); -_PUBLIC_ int wrap_fsetxattr(int fd, const char *name, void *value, size_t size, int flags); -_PUBLIC_ int wrap_setxattr(const char *path, const char *name, void *value, size_t size, int flags); -_PUBLIC_ int wrap_fremovexattr(int fd, const char *name); -_PUBLIC_ int wrap_removexattr(const char *path, const char *name); -#undef _PRINTF_ATTRIBUTE -#define _PRINTF_ATTRIBUTE(a1, a2) - -#endif /* __LIB_UTIL_WRAP_XATTR_H__ */ - |