openbsd-ports/mail/popclient/patches/patch-xmalloc_c
sthen aeac6741d9 cleanup; mostly from Brad.
- Cleans up the Makefile a bit of stuff that isn't necessary.
- Add missing headers to get rid of implicit function warnings.
- Renames conflicting MSGBUFSIZE define to POPMSGBUFSIZE.
- Sync PLIST.
- Remove stray space in DESCR.
- Bump PKGNAME.
2010-07-09 07:17:37 +00:00

12 lines
279 B
Plaintext

$OpenBSD: patch-xmalloc_c,v 1.1 2010/07/09 07:17:37 sthen Exp $
--- xmalloc.c.orig Thu Jul 8 21:29:48 2010
+++ xmalloc.c Thu Jul 8 21:30:38 2010
@@ -36,6 +36,7 @@
#include <config.h>
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
#include "popclient.h"