1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r17776: these macros are also defined in libcli/raw/trans2.h

metze
This commit is contained in:
Stefan Metzmacher 2006-08-24 08:45:32 +00:00 committed by Gerald (Jerry) Carter
parent c66cf31afd
commit 58e7fa0375

View File

@ -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.
****************************************************************************/