openbsd-ports/x11/xfishtank/patches/patch-makeh_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

11 lines
213 B
Plaintext

$OpenBSD: patch-makeh_c,v 1.1 2008/07/28 22:29:49 sthen Exp $
--- makeh.c.orig Mon Jul 28 20:54:02 2008
+++ makeh.c Mon Jul 28 20:54:11 2008
@@ -1,5 +1,6 @@
#include <stdio.h>
+#include <stdlib.h>
main()
{