freebsd-ports/www/mod_ntlm2/files/patch-smbval-rfcnb-util.inc.c
Vanilla I. Shu 05d11e1a42 Add mod_ntlm2 0.1, NTLM authentication module for the Apache2 webserver.
PR:		ports/116657
Submitted by:	Alex "lissyara" Keda <admin at lissyara.su>
2007-09-26 12:38:30 +00:00

11 lines
295 B
C

--- smbval/rfcnb-util.inc.c.orig Wed Sep 26 12:46:02 2007
+++ smbval/rfcnb-util.inc.c Wed Sep 26 12:47:13 2007
@@ -21,7 +21,7 @@
* 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "std-includes.h"
#include "rfcnb-priv.h"