2013-09-26 17:14:40 +02:00

16 lines
398 B
Plaintext

$NetBSD: patch-aa,v 1.3 2010/07/14 07:14:29 manu Exp $
--- src/test.c.orig 2010-06-25 16:25:28.000000000 +0200
+++ src/test.c 2010-06-25 16:25:39.000000000 +0200
@@ -1,9 +1,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <security/pam_appl.h>
+#ifndef OPENPAM
#include <security/pam_misc.h>
+#endif /* OPENPAM */
#include <security/pam_modules.h>
int main(int argc, char **argv)
{