svn commit: samba r16185 - in branches/SAMBA_4_0/source/lib/util: .

jelmer at samba.org jelmer at samba.org
Tue Jun 13 10:21:53 GMT 2006


Author: jelmer
Date: 2006-06-13 10:21:52 +0000 (Tue, 13 Jun 2006)
New Revision: 16185

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16185

Log:
Remove autogenerated file from SVN.

Removed:
   branches/SAMBA_4_0/source/lib/util/wrap_xattr.h


Changeset:
Deleted: branches/SAMBA_4_0/source/lib/util/wrap_xattr.h
===================================================================
--- branches/SAMBA_4_0/source/lib/util/wrap_xattr.h	2006-06-13 10:19:01 UTC (rev 16184)
+++ branches/SAMBA_4_0/source/lib/util/wrap_xattr.h	2006-06-13 10:21:52 UTC (rev 16185)
@@ -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__ */
-



More information about the samba-cvs mailing list