pkgsrc-ng/www/ap2-auth-ntlm/patches/patch-smbencrypt.inc.c
2013-09-26 17:14:40 +02:00

14 lines
397 B
C

$NetBSD: patch-smbencrypt.inc.c,v 1.1.1.1 2008/10/17 19:24:10 sborrill Exp $
--- smbval/smbencrypt.inc.c.orig 2003-06-05 20:21:26.000000000 +0100
+++ smbval/smbencrypt.inc.c 2008-10-17 17:47:37.000000000 +0100
@@ -19,7 +19,9 @@
#include <arpa/inet.h>
#include <dirent.h>
#include <string.h>
+#ifndef __NetBSD__
#include <sys/vfs.h>
+#endif
#include <netinet/in.h>
#include "smblib-priv.h"