openbsd-ports/news/plor/patches/patch-main_c
naddy ab18dfc652 * fgetc() returns int
While we're here:
* prune useless docs
* md5 -> distinfo
* some cleanup
2002-02-20 20:59:13 +00:00

13 lines
337 B
Plaintext

$OpenBSD: patch-main_c,v 1.1 2002/02/20 20:59:13 naddy Exp $
--- main.c.orig Wed Jan 28 20:22:59 1998
+++ main.c Wed Feb 20 21:53:34 2002
@@ -22,7 +22,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
-#include <getopt.h>
+#include <unistd.h>
/* will be included when we will have locale support
#include <locale.h>