diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
| commit | 6e425a9de8c003b5a733621a6b6730ec3cc902b8 (patch) | |
| tree | 314123bcab78ff295f38f85f31dc141e5fe22d15 /Nt/386 | |
| parent | 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (diff) | |
20061220
Diffstat (limited to 'Nt/386')
| -rwxr-xr-x | Nt/386/bin/c2l.exe | bin | 225280 -> 225280 bytes | |||
| -rwxr-xr-x | Nt/386/bin/cp.exe | bin | 61440 -> 61440 bytes | |||
| -rwxr-xr-x | Nt/386/bin/data2c.exe | bin | 53248 -> 53248 bytes | |||
| -rwxr-xr-x | Nt/386/bin/echo.exe | bin | 49152 -> 49152 bytes | |||
| -rwxr-xr-x | Nt/386/bin/format.exe | bin | 65536 -> 65536 bytes | |||
| -rwxr-xr-x | Nt/386/bin/mkdir.exe | bin | 49152 -> 49152 bytes | |||
| -rwxr-xr-x | Nt/386/bin/mkext.exe | bin | 69632 -> 69632 bytes | |||
| -rwxr-xr-x | Nt/386/bin/mv.exe | bin | 61440 -> 61440 bytes | |||
| -rwxr-xr-x | Nt/386/bin/rm.exe | bin | 57344 -> 57344 bytes | |||
| -rwxr-xr-x | Nt/386/bin/sed.exe | bin | 77824 -> 77824 bytes | |||
| -rwxr-xr-x | Nt/386/bin/test.exe | bin | 61440 -> 61440 bytes | |||
| -rwxr-xr-x | Nt/386/bin/tr.exe | bin | 53248 -> 53248 bytes | |||
| -rwxr-xr-x | Nt/386/bin/yacc.exe | bin | 86016 -> 86016 bytes | |||
| -rwxr-xr-x | Nt/386/include/lib9.h | 4 |
14 files changed, 3 insertions, 1 deletions
diff --git a/Nt/386/bin/c2l.exe b/Nt/386/bin/c2l.exe Binary files differindex 998edf79..173001da 100755 --- a/Nt/386/bin/c2l.exe +++ b/Nt/386/bin/c2l.exe diff --git a/Nt/386/bin/cp.exe b/Nt/386/bin/cp.exe Binary files differindex 9a314722..c8a8a7b1 100755 --- a/Nt/386/bin/cp.exe +++ b/Nt/386/bin/cp.exe diff --git a/Nt/386/bin/data2c.exe b/Nt/386/bin/data2c.exe Binary files differindex fe2a7819..310d0ebc 100755 --- a/Nt/386/bin/data2c.exe +++ b/Nt/386/bin/data2c.exe diff --git a/Nt/386/bin/echo.exe b/Nt/386/bin/echo.exe Binary files differindex 37e5def9..2d21d18e 100755 --- a/Nt/386/bin/echo.exe +++ b/Nt/386/bin/echo.exe diff --git a/Nt/386/bin/format.exe b/Nt/386/bin/format.exe Binary files differindex 30ab07e1..abd5d805 100755 --- a/Nt/386/bin/format.exe +++ b/Nt/386/bin/format.exe diff --git a/Nt/386/bin/mkdir.exe b/Nt/386/bin/mkdir.exe Binary files differindex 34810a39..2333454b 100755 --- a/Nt/386/bin/mkdir.exe +++ b/Nt/386/bin/mkdir.exe diff --git a/Nt/386/bin/mkext.exe b/Nt/386/bin/mkext.exe Binary files differindex c3bc6d0e..6082dea3 100755 --- a/Nt/386/bin/mkext.exe +++ b/Nt/386/bin/mkext.exe diff --git a/Nt/386/bin/mv.exe b/Nt/386/bin/mv.exe Binary files differindex 14d1955f..a0f1b4d0 100755 --- a/Nt/386/bin/mv.exe +++ b/Nt/386/bin/mv.exe diff --git a/Nt/386/bin/rm.exe b/Nt/386/bin/rm.exe Binary files differindex cce5adbf..49d67143 100755 --- a/Nt/386/bin/rm.exe +++ b/Nt/386/bin/rm.exe diff --git a/Nt/386/bin/sed.exe b/Nt/386/bin/sed.exe Binary files differindex 5926b70c..07fad4c2 100755 --- a/Nt/386/bin/sed.exe +++ b/Nt/386/bin/sed.exe diff --git a/Nt/386/bin/test.exe b/Nt/386/bin/test.exe Binary files differindex 5f88b8d3..20af903c 100755 --- a/Nt/386/bin/test.exe +++ b/Nt/386/bin/test.exe diff --git a/Nt/386/bin/tr.exe b/Nt/386/bin/tr.exe Binary files differindex b653c3dd..0e5e187c 100755 --- a/Nt/386/bin/tr.exe +++ b/Nt/386/bin/tr.exe diff --git a/Nt/386/bin/yacc.exe b/Nt/386/bin/yacc.exe Binary files differindex 0a833692..4a055df9 100755 --- a/Nt/386/bin/yacc.exe +++ b/Nt/386/bin/yacc.exe 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) |
