summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_fileinfo.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-08-24 08:45:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:40 -0500
commit5987aace3b62b68680246aaf2ba041fd2c090ceb (patch)
tree2185d23e79ea5b9b7c220da934c5009adb170fba /source4/ntvfs/posix/pvfs_fileinfo.c
parent47479df22e14354883655534063e97b2f37441b0 (diff)
downloadsamba-5987aace3b62b68680246aaf2ba041fd2c090ceb.tar.gz
samba-5987aace3b62b68680246aaf2ba041fd2c090ceb.tar.bz2
samba-5987aace3b62b68680246aaf2ba041fd2c090ceb.zip
r17776: these macros are also defined in libcli/raw/trans2.h
metze (This used to be commit 58e7fa037571a3a9fab46945e6158687fff54a17)
Diffstat (limited to 'source4/ntvfs/posix/pvfs_fileinfo.c')
-rw-r--r--source4/ntvfs/posix/pvfs_fileinfo.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/ntvfs/posix/pvfs_fileinfo.c b/source4/ntvfs/posix/pvfs_fileinfo.c
index d5f9156ec2..8226b66d1f 100644
--- a/source4/ntvfs/posix/pvfs_fileinfo.c
+++ b/source4/ntvfs/posix/pvfs_fileinfo.c
@@ -23,18 +23,6 @@
#include "includes.h"
#include "vfs_posix.h"
-
-/* UNIX filetype mappings. */
-#define UNIX_TYPE_FILE 0
-#define UNIX_TYPE_DIR 1
-#define UNIX_TYPE_SYMLINK 2
-#define UNIX_TYPE_CHARDEV 3
-#define UNIX_TYPE_BLKDEV 4
-#define UNIX_TYPE_FIFO 5
-#define UNIX_TYPE_SOCKET 6
-#define UNIX_TYPE_UNKNOWN 0xFFFFFFFF
-
-
/****************************************************************************
Change a unix mode to a dos mode.
****************************************************************************/