diff options
Diffstat (limited to 'net/samba/patches/patch-bn')
-rw-r--r-- | net/samba/patches/patch-bn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/samba/patches/patch-bn b/net/samba/patches/patch-bn new file mode 100644 index 00000000000..3a6e3ec875b --- /dev/null +++ b/net/samba/patches/patch-bn @@ -0,0 +1,11 @@ +$NetBSD: patch-bn,v 1.1 2005/11/14 08:05:28 jlam Exp $ + +--- include/dynconfig.h.orig 2005-10-12 13:03:39.000000000 -0400 ++++ include/dynconfig.h +@@ -34,5 +34,6 @@ extern pstring dyn_LIBDIR; + extern const fstring dyn_SHLIBEXT; + extern const pstring dyn_LOCKDIR; + extern const pstring dyn_PIDDIR; ++extern const pstring dyn_STATEDIR; + extern const pstring dyn_SMB_PASSWD_FILE; + extern const pstring dyn_PRIVATE_DIR; |