73af409460
- getopt returns -1, not EOF
12 lines
282 B
Plaintext
12 lines
282 B
Plaintext
$OpenBSD: patch-util_c,v 1.1 2002/07/23 17:58:56 pvalchev Exp $
|
|
--- util.c.orig Mon Apr 13 01:47:40 1998
|
|
+++ util.c Tue Jul 23 11:27:03 2002
|
|
@@ -5,6 +5,7 @@
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
#include <pwd.h>
|
|
+#include <string.h>
|
|
#include "newsfetch.h"
|
|
|
|
extern int errno;
|