summaryrefslogtreecommitdiff
path: root/Nt/386
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2006-12-23 00:30:12 +0000
committerCharles.Forsyth <devnull@localhost>2006-12-23 00:30:12 +0000
commit6e425a9de8c003b5a733621a6b6730ec3cc902b8 (patch)
tree314123bcab78ff295f38f85f31dc141e5fe22d15 /Nt/386
parent74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (diff)
20061220
Diffstat (limited to 'Nt/386')
-rwxr-xr-xNt/386/bin/c2l.exebin225280 -> 225280 bytes
-rwxr-xr-xNt/386/bin/cp.exebin61440 -> 61440 bytes
-rwxr-xr-xNt/386/bin/data2c.exebin53248 -> 53248 bytes
-rwxr-xr-xNt/386/bin/echo.exebin49152 -> 49152 bytes
-rwxr-xr-xNt/386/bin/format.exebin65536 -> 65536 bytes
-rwxr-xr-xNt/386/bin/mkdir.exebin49152 -> 49152 bytes
-rwxr-xr-xNt/386/bin/mkext.exebin69632 -> 69632 bytes
-rwxr-xr-xNt/386/bin/mv.exebin61440 -> 61440 bytes
-rwxr-xr-xNt/386/bin/rm.exebin57344 -> 57344 bytes
-rwxr-xr-xNt/386/bin/sed.exebin77824 -> 77824 bytes
-rwxr-xr-xNt/386/bin/test.exebin61440 -> 61440 bytes
-rwxr-xr-xNt/386/bin/tr.exebin53248 -> 53248 bytes
-rwxr-xr-xNt/386/bin/yacc.exebin86016 -> 86016 bytes
-rwxr-xr-xNt/386/include/lib9.h4
14 files changed, 3 insertions, 1 deletions
diff --git a/Nt/386/bin/c2l.exe b/Nt/386/bin/c2l.exe
index 998edf79..173001da 100755
--- a/Nt/386/bin/c2l.exe
+++ b/Nt/386/bin/c2l.exe
Binary files differ
diff --git a/Nt/386/bin/cp.exe b/Nt/386/bin/cp.exe
index 9a314722..c8a8a7b1 100755
--- a/Nt/386/bin/cp.exe
+++ b/Nt/386/bin/cp.exe
Binary files differ
diff --git a/Nt/386/bin/data2c.exe b/Nt/386/bin/data2c.exe
index fe2a7819..310d0ebc 100755
--- a/Nt/386/bin/data2c.exe
+++ b/Nt/386/bin/data2c.exe
Binary files differ
diff --git a/Nt/386/bin/echo.exe b/Nt/386/bin/echo.exe
index 37e5def9..2d21d18e 100755
--- a/Nt/386/bin/echo.exe
+++ b/Nt/386/bin/echo.exe
Binary files differ
diff --git a/Nt/386/bin/format.exe b/Nt/386/bin/format.exe
index 30ab07e1..abd5d805 100755
--- a/Nt/386/bin/format.exe
+++ b/Nt/386/bin/format.exe
Binary files differ
diff --git a/Nt/386/bin/mkdir.exe b/Nt/386/bin/mkdir.exe
index 34810a39..2333454b 100755
--- a/Nt/386/bin/mkdir.exe
+++ b/Nt/386/bin/mkdir.exe
Binary files differ
diff --git a/Nt/386/bin/mkext.exe b/Nt/386/bin/mkext.exe
index c3bc6d0e..6082dea3 100755
--- a/Nt/386/bin/mkext.exe
+++ b/Nt/386/bin/mkext.exe
Binary files differ
diff --git a/Nt/386/bin/mv.exe b/Nt/386/bin/mv.exe
index 14d1955f..a0f1b4d0 100755
--- a/Nt/386/bin/mv.exe
+++ b/Nt/386/bin/mv.exe
Binary files differ
diff --git a/Nt/386/bin/rm.exe b/Nt/386/bin/rm.exe
index cce5adbf..49d67143 100755
--- a/Nt/386/bin/rm.exe
+++ b/Nt/386/bin/rm.exe
Binary files differ
diff --git a/Nt/386/bin/sed.exe b/Nt/386/bin/sed.exe
index 5926b70c..07fad4c2 100755
--- a/Nt/386/bin/sed.exe
+++ b/Nt/386/bin/sed.exe
Binary files differ
diff --git a/Nt/386/bin/test.exe b/Nt/386/bin/test.exe
index 5f88b8d3..20af903c 100755
--- a/Nt/386/bin/test.exe
+++ b/Nt/386/bin/test.exe
Binary files differ
diff --git a/Nt/386/bin/tr.exe b/Nt/386/bin/tr.exe
index b653c3dd..0e5e187c 100755
--- a/Nt/386/bin/tr.exe
+++ b/Nt/386/bin/tr.exe
Binary files differ
diff --git a/Nt/386/bin/yacc.exe b/Nt/386/bin/yacc.exe
index 0a833692..4a055df9 100755
--- a/Nt/386/bin/yacc.exe
+++ b/Nt/386/bin/yacc.exe
Binary files differ
diff --git a/Nt/386/include/lib9.h b/Nt/386/include/lib9.h
index 75dea8cc..4f66302a 100755
--- a/Nt/386/include/lib9.h
+++ b/Nt/386/include/lib9.h
@@ -1,4 +1,5 @@
#define _POSIX_SOURCE
+#define _USE_32BIT_TIME_T
#include <stdlib.h>
#include <stdarg.h>
#include <errno.h>
@@ -34,8 +35,9 @@ typedef struct Proc Proc;
* 4090 different volatile quals
* 4554 operator precedence
* 4146 unary - on unsigned type
+ * 4996 `deprecated' functions: they often suggest non-portable replacements
*/
-#pragma warning( disable : 4305 4244 4102 4761 4018 4245 4244 4068 4090 4554 4146)
+#pragma warning( disable : 4305 4244 4102 4761 4018 4245 4244 4068 4090 4554 4146 4996)
#define nil ((void*)0)