openbsd-ports/x11/xfishtank/patches/patch-medcut_c
sthen 08a7c8d5ae - fix missing malloc() prototypes causing build failure and other
problems on LP64.

- fix select() use.

- main() should return int.

ok/suggestions naddy@
2008-07-28 22:29:49 +00:00

10 lines
243 B
Plaintext

$OpenBSD: patch-medcut_c,v 1.1 2008/07/28 22:29:49 sthen Exp $
--- medcut.c.orig Mon Jul 28 20:57:39 2008
+++ medcut.c Mon Jul 28 20:57:44 2008
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <stdlib.h>
#include "medcut.h"
#define RED 0