summaryrefslogtreecommitdiff
path: root/security/PAM/patches/patch-as
blob: 219cede6282755100c730af490bf2579c14cfab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-as,v 1.1.1.1 2000/10/21 18:41:54 rh Exp $

--- modules/pam_userdb/pam_userdb.c.orig	Sat Oct 21 14:34:30 2000
+++ modules/pam_userdb/pam_userdb.c
@@ -9,7 +9,10 @@
 #define _GNU_SOURCE
 #define _BSD_SOURCE
 
+#include <sys/param.h>
+#ifndef BSD
 #include <features.h>
+#endif
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>