diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-19 22:15:58 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-19 22:15:58 +0000 |
commit | 77d2929512ff62e421e9bfee659cc86973fc7df7 (patch) | |
tree | eaeaee2b6f7ef7498cc5aa12b340b11cb125638b /plugins/MirOTR/otr.vs/inc.vs/sys | |
parent | 665935b0f99a4b9585f9afe9c9730931a3c94f85 (diff) |
files structure reorganization
git-svn-id: http://svn.miranda-ng.org/main/trunk@492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/otr.vs/inc.vs/sys')
-rw-r--r-- | plugins/MirOTR/otr.vs/inc.vs/sys/errno.h | 0 | ||||
-rw-r--r-- | plugins/MirOTR/otr.vs/inc.vs/sys/ipc.h | 0 | ||||
-rw-r--r-- | plugins/MirOTR/otr.vs/inc.vs/sys/socket.h | 0 | ||||
-rw-r--r-- | plugins/MirOTR/otr.vs/inc.vs/sys/time.h | 2 | ||||
-rw-r--r-- | plugins/MirOTR/otr.vs/inc.vs/sys/types.h | 49 | ||||
-rw-r--r-- | plugins/MirOTR/otr.vs/inc.vs/sys/un.h | 0 |
6 files changed, 0 insertions, 51 deletions
diff --git a/plugins/MirOTR/otr.vs/inc.vs/sys/errno.h b/plugins/MirOTR/otr.vs/inc.vs/sys/errno.h deleted file mode 100644 index e69de29bb2..0000000000 --- a/plugins/MirOTR/otr.vs/inc.vs/sys/errno.h +++ /dev/null diff --git a/plugins/MirOTR/otr.vs/inc.vs/sys/ipc.h b/plugins/MirOTR/otr.vs/inc.vs/sys/ipc.h deleted file mode 100644 index e69de29bb2..0000000000 --- a/plugins/MirOTR/otr.vs/inc.vs/sys/ipc.h +++ /dev/null diff --git a/plugins/MirOTR/otr.vs/inc.vs/sys/socket.h b/plugins/MirOTR/otr.vs/inc.vs/sys/socket.h deleted file mode 100644 index e69de29bb2..0000000000 --- a/plugins/MirOTR/otr.vs/inc.vs/sys/socket.h +++ /dev/null diff --git a/plugins/MirOTR/otr.vs/inc.vs/sys/time.h b/plugins/MirOTR/otr.vs/inc.vs/sys/time.h deleted file mode 100644 index 038cf1f387..0000000000 --- a/plugins/MirOTR/otr.vs/inc.vs/sys/time.h +++ /dev/null @@ -1,2 +0,0 @@ -
-#include <time.h>
\ No newline at end of file diff --git a/plugins/MirOTR/otr.vs/inc.vs/sys/types.h b/plugins/MirOTR/otr.vs/inc.vs/sys/types.h deleted file mode 100644 index 5a3e51c4a9..0000000000 --- a/plugins/MirOTR/otr.vs/inc.vs/sys/types.h +++ /dev/null @@ -1,49 +0,0 @@ -
-#pragma once
-
-#include "..\unistd.h"
-
-
-#ifndef _TIME_T_DEFINED
-typedef long time_t;
-#define _TIME_T_DEFINED
-#endif
-
-
-#ifndef _INO_T_DEFINED
-
-typedef unsigned short _ino_t; /* i-node number (not used on DOS) */
-
-#if !__STDC__
-/* Non-ANSI name for compatibility */
-typedef unsigned short ino_t;
-#endif
-
-#define _INO_T_DEFINED
-#endif
-
-
-#ifndef _DEV_T_DEFINED
-
-typedef unsigned int _dev_t; /* device code */
-
-#if !__STDC__
-/* Non-ANSI name for compatibility */
-typedef unsigned int dev_t;
-#endif
-
-#define _DEV_T_DEFINED
-#endif
-
-
-#ifndef _OFF_T_DEFINED
-
-typedef long _off_t; /* file offset value */
-
-#if !__STDC__
-/* Non-ANSI name for compatibility */
-typedef long off_t;
-#endif
-
-#define _OFF_T_DEFINED
-#endif
diff --git a/plugins/MirOTR/otr.vs/inc.vs/sys/un.h b/plugins/MirOTR/otr.vs/inc.vs/sys/un.h deleted file mode 100644 index e69de29bb2..0000000000 --- a/plugins/MirOTR/otr.vs/inc.vs/sys/un.h +++ /dev/null |