1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/mail/popd/files/patch-src__config.h
Philip M. Gollucci 97e4c17bf0 - Fix a null pointer exception
(asked submitted to send this patch upstream)

PR:             ports/134721
Submitted by:   Dmitry <hanabana@mail.ru>
Approved by:    maintainer timeout (ian@freislich.nom.za; 1.5 months)
2009-06-23 23:39:18 +00:00

11 lines
263 B
C

--- ./src/config.h.orig 2002-11-20 05:27:49.000000000 -0500
+++ ./src/config.h 2009-06-23 19:35:15.500808903 -0400
@@ -26,6 +26,7 @@
* $Id: config.h,v 1.20 2002/11/20 10:27:49 ianf Exp $
*/
+#undef NULL
#define NULL 0
#define TRUE 1
#define FALSE 0