diff options
| author | Amar Tumballi <amar@gluster.com> | 2011-03-16 09:38:28 +0000 | 
|---|---|---|
| committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-17 11:57:17 -0700 | 
| commit | 924d2ed32d19a2a0014f803edd3d4511a0af99c2 (patch) | |
| tree | 56ac7c904ee454bf9e16c4fd173a6e2906375d25 /libglusterfs/src/compat.h | |
| parent | ebe47d5dae42da18b289e7be44eb67a8157a56b1 (diff) | |
libglusterfs: all header files updated
* whitespace cleanup       (M-x whitespace-cleanup)
* indentation fixes        (M-x indent-region)
* replaced tab with spaces (M-x untabify)
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 2346 (Log message enhancements in GlusterFS - phase 1)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2346
Diffstat (limited to 'libglusterfs/src/compat.h')
| -rw-r--r-- | libglusterfs/src/compat.h | 34 | 
1 files changed, 17 insertions, 17 deletions
diff --git a/libglusterfs/src/compat.h b/libglusterfs/src/compat.h index cae3342efc6..059f67131c2 100644 --- a/libglusterfs/src/compat.h +++ b/libglusterfs/src/compat.h @@ -45,7 +45,7 @@  #ifndef HAVE_LLISTXATTR -/* This part is valid only incase of old glibc which doesn't support  +/* This part is valid only incase of old glibc which doesn't support   * 'llistxattr()' system calls.   */ @@ -57,7 +57,7 @@  #endif /* HAVE_LLISTXATTR */  #endif /* GF_LINUX_HOST_OS */ -#ifdef GF_BSD_HOST_OS  +#ifdef GF_BSD_HOST_OS  /* In case of FreeBSD */  #define UNIX_PATH_MAX 104 @@ -88,7 +88,7 @@ enum {  #ifndef EUCLEAN  #define EUCLEAN 0 -#endif  +#endif  #include <netinet/in.h>  #ifndef s6_addr16 @@ -96,7 +96,7 @@ enum {  #endif  #ifndef s6_addr32  #define s6_addr32 __u6_addr.__u6_addr32 -#endif  +#endif  /* Posix dictates NAME_MAX to be used */  # ifndef NAME_MAX @@ -106,7 +106,7 @@ enum {  #   define NAME_MAX 255  #  endif  # endif -         +  #define F_GETLK64       F_GETLK  #define F_SETLK64       F_SETLK  #define F_SETLKW64      F_SETLKW @@ -146,10 +146,10 @@ enum {  #include <netinet/in.h>  #ifndef s6_addr16  #define s6_addr16 __u6_addr.__u6_addr16 -#endif  +#endif  #ifndef s6_addr32  #define s6_addr32 __u6_addr.__u6_addr32 -#endif  +#endif  /* Posix dictates NAME_MAX to be used */  # ifndef NAME_MAX @@ -177,7 +177,7 @@ int32_t gf_darwin_compat_setxattr (dict_t *dict);  #ifdef GF_SOLARIS_HOST_OS  #define UNIX_PATH_MAX 108 -#define EUCLEAN 117  +#define EUCLEAN 117  #include <sys/un.h>  #include <limits.h> @@ -189,7 +189,7 @@ int32_t gf_darwin_compat_setxattr (dict_t *dict);  #ifndef lchmod  #define lchmod chmod -#endif  +#endif  #define lgetxattr(path, key, value, size) solaris_getxattr(path,key,value,size)  enum { @@ -208,10 +208,10 @@ enum {  # ifndef NAME_MAX  #  ifdef  MAXNAMLEN  #   define NAME_MAX MAXNAMLEN -#  else  +#  else  #   define NAME_MAX 255  #  endif -# endif  +# endif  #include <netinet/in.h>  #ifndef s6_addr16 @@ -264,19 +264,19 @@ enum {    #define FTW_CONTINUE 0  #endif -int asprintf(char **string_ptr, const char *format, ...);  +int asprintf(char **string_ptr, const char *format, ...);  int vasprintf (char **result, const char *format, va_list args);  char* strsep(char** str, const char* delims);  int solaris_listxattr(const char *path, char *list, size_t size);  int solaris_removexattr(const char *path, const char* key); -int solaris_getxattr(const char *path, const char* key,  +int solaris_getxattr(const char *path, const char* key,                       char *value, size_t size); -int solaris_setxattr(const char *path, const char* key, const char *value,  +int solaris_setxattr(const char *path, const char* key, const char *value,                       size_t size, int flags);  int solaris_fgetxattr(int fd, const char* key,                        char *value, size_t size); -int solaris_fsetxattr(int fd, const char* key, const char *value,  +int solaris_fsetxattr(int fd, const char* key, const char *value,                        size_t size, int flags);  int solaris_flistxattr(int fd, char *list, size_t size); @@ -297,7 +297,7 @@ int solaris_xattr_resolve_path (const char *real_path, char **path);  #endif /* HAVE_ARGP */  #ifndef HAVE_STRNLEN -size_t strnlen(const char *string, size_t maxlen);                    +size_t strnlen(const char *string, size_t maxlen);  #endif /* STRNLEN */  #ifndef strdupa @@ -309,7 +309,7 @@ size_t strnlen(const char *string, size_t maxlen);                   char *__new = (char *) __builtin_alloca (__len);       \                   (char *) memcpy (__new, __old, __len);                 \           })) -#endif  +#endif  #define GF_DIR_ALIGN(x) (((x) + sizeof (uint64_t) - 1) & ~(sizeof (uint64_t) - 1))  | 
