openbsd-ports/news/plor/patches/patch-video_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

14 lines
347 B
Plaintext

$OpenBSD: patch-video_c,v 1.1 2002/02/20 20:59:13 naddy Exp $
--- video.c.orig Sat Mar 15 13:15:00 1997
+++ video.c Wed Feb 20 21:53:34 2002
@@ -8,9 +8,7 @@
* see file COPYING for more information on copyright policy
*/
-#ifdef _HAVE_PARAM_H
#include <sys/param.h>
-#endif
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>