diff options
Diffstat (limited to 'news/newsx/files/patch-ao')
-rw-r--r-- | news/newsx/files/patch-ao | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/news/newsx/files/patch-ao b/news/newsx/files/patch-ao deleted file mode 100644 index 5c2dfc8380bf..000000000000 --- a/news/newsx/files/patch-ao +++ /dev/null @@ -1,12 +0,0 @@ ---- src/logmsg.c.orig Tue Mar 30 22:38:28 1999 -+++ src/logmsg.c Sun Jan 21 10:47:05 2001 -@@ -121,7 +121,8 @@ - return strerror(err); - #else - static char buf[30]; -- sprintf("errno %d",err); -+ sprintf(buf,"errno %d",err); -+ return buf; - #endif - } - |