freebsd-ports/www/mod_ntlm2/files/patch-smbval-smbencrypt.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

12 lines
318 B
C

--- smbval/smbencrypt.inc.c.orig Wed Sep 26 12:43:32 2007
+++ smbval/smbencrypt.inc.c Wed Sep 26 12:45:29 2007
@@ -19,7 +19,8 @@
#include <arpa/inet.h>
#include <dirent.h>
#include <string.h>
-#include <sys/vfs.h>
+#include <sys/param.h>
+#include <sys/mount.h>
#include <netinet/in.h>
#include "smblib-priv.h"