summaryrefslogtreecommitdiffstats
path: root/uio.h-diff
diff options
context:
space:
mode:
Diffstat (limited to 'uio.h-diff')
-rw-r--r--uio.h-diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/uio.h-diff b/uio.h-diff
deleted file mode 100644
index 48be527b5..000000000
--- a/uio.h-diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- /usr/include/sys/uio.h~ Sun Jan 24 20:02:24 1993
-+++ /usr/include/sys/uio.h Thu Oct 12 12:29:00 1995
-@@ -32,6 +32,7 @@
-
- /* Structure describing a section of memory. */
-
-+#if 0
- struct iovec
- {
- /* Starting address. */
-@@ -39,6 +40,9 @@
- /* Length in bytes. */
- size_t iov_len;
- };
-+#else
-+#include <linux/uio.h>
-+#endif
-
-
- __BEGIN_DECLS