diff options
Diffstat (limited to 'net/openafs/patches/patch-af')
-rw-r--r-- | net/openafs/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/openafs/patches/patch-af b/net/openafs/patches/patch-af new file mode 100644 index 00000000000..653180ab09c --- /dev/null +++ b/net/openafs/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2005/05/25 22:09:40 gendalia Exp $ + +--- src/pam/test_pam.c.orig 2005-05-24 08:59:22.000000000 -0500 ++++ src/pam/test_pam.c +@@ -34,7 +34,7 @@ static const char *service = "afstest"; + static const char *new_envstring = "GOTHEREVIATESTPAM=1"; + static const char *new_homestring = "HOME=/tmp"; + +-#if defined(AFS_LINUX20_ENV) || defined(AFS_FBSD_ENV) ++#if defined(AFS_LINUX20_ENV) || defined(AFS_FBSD_ENV) || defined(AFS_NBSD_ENV) + #define getpassphrase getpass + #endif + |