diff options
Diffstat (limited to 'news/nntpbtr/files/patch-nntpbtr_2.c')
-rw-r--r-- | news/nntpbtr/files/patch-nntpbtr_2.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/news/nntpbtr/files/patch-nntpbtr_2.c b/news/nntpbtr/files/patch-nntpbtr_2.c deleted file mode 100644 index f6a80ccd9299..000000000000 --- a/news/nntpbtr/files/patch-nntpbtr_2.c +++ /dev/null @@ -1,11 +0,0 @@ ---- nntpbtr.c Tue Jun 4 21:26:27 2002 -+++ nntpbtr.c Tue Jun 4 21:26:47 2002 -@@ -95,7 +95,7 @@ - qchld() - { - int pid; -- union wait status; -+ int status; - - while( (pid = wait3(&status, WNOHANG, (struct rusage *)0)) > 0 ) ; - } |