diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-15 14:53:02 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-15 14:53:02 -0700 |
commit | a04caf329fefccad0fc272474025f6d23a4deaa2 (patch) | |
tree | 8b039a39dada94f081238f6a440a83bff879e9e1 /lib/replace/system/filesys.h | |
parent | d581a56e209dbf6e67fc8644e0d84fadd593133e (diff) | |
parent | 7b3b66d7a22a4f2b460f979f4f489b09464f6946 (diff) | |
download | samba-a04caf329fefccad0fc272474025f6d23a4deaa2.tar.gz samba-a04caf329fefccad0fc272474025f6d23a4deaa2.tar.bz2 samba-a04caf329fefccad0fc272474025f6d23a4deaa2.zip |
Merge branch 'master' of /home/tridge/samba/git/combined
Diffstat (limited to 'lib/replace/system/filesys.h')
-rw-r--r-- | lib/replace/system/filesys.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/replace/system/filesys.h b/lib/replace/system/filesys.h index 1cf6f231b7..22e3d23f3e 100644 --- a/lib/replace/system/filesys.h +++ b/lib/replace/system/filesys.h @@ -1,16 +1,16 @@ #ifndef _system_filesys_h #define _system_filesys_h -/* +/* Unix SMB/CIFS implementation. filesystem system include wrappers Copyright (C) Andrew Tridgell 2004 - + ** NOTE! The following LGPL license applies to the replace ** library. This does NOT imply that all of Samba is released ** under the LGPL - + This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either @@ -53,23 +53,23 @@ #include <acl/libacl.h> #endif -#ifdef HAVE_SYS_FS_S5PARAM_H +#ifdef HAVE_SYS_FS_S5PARAM_H #include <sys/fs/s5param.h> #endif #if defined (HAVE_SYS_FILSYS_H) && !defined (_CRAY) -#include <sys/filsys.h> +#include <sys/filsys.h> #endif #ifdef HAVE_SYS_STATFS_H # include <sys/statfs.h> #endif -#ifdef HAVE_DUSTAT_H +#ifdef HAVE_DUSTAT_H #include <sys/dustat.h> #endif -#ifdef HAVE_SYS_STATVFS_H +#ifdef HAVE_SYS_STATVFS_H #include <sys/statvfs.h> #endif @@ -123,7 +123,7 @@ #endif /* Some POSIX definitions for those without */ - + #ifndef S_IFDIR #define S_IFDIR 0x4000 #endif |