summaryrefslogtreecommitdiff
path: root/net/openafs/patches/patch-af
blob: 653180ab09c1d6e2978608b59c2d106276c0c311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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