Ticket #13972: patch-strerr_sys.c
File patch-strerr_sys.c, 304 bytes (added by compconsultant@…, 17 years ago) |
---|
Line | |
---|---|
1 | diff -ur qmail-1.03.orig/strerr_sys.c qmail-1.03/strerr_sys.c |
2 | --- strerr_sys.c.orig Mon Jun 15 06:53:16 1998 |
3 | +++ strerr_sys.c Sat Jun 5 15:52:46 2004 |
4 | @@ -1,7 +1,7 @@ |
5 | #include "error.h" |
6 | #include "strerr.h" |
7 | |
8 | -struct strerr strerr_sys; |
9 | +struct strerr strerr_sys = {0,0,0,0}; |
10 | |
11 | void strerr_sysinit() |
12 | { |