aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/ftbfs-implicit-function-declaration
diff options
context:
space:
mode:
authorSam Hartman <hartmans@debian.org>2025-01-14 15:52:15 -0700
committerSam Hartman <hartmans@debian.org>2025-01-14 15:52:15 -0700
commit4b5550d19d33e748a144700bb7f105e588bae29c (patch)
treea97cea59e7487d46e5e9beab6f9f616dc2b4853c /debian/patches/ftbfs-implicit-function-declaration
parent4ff277973391ae6879656bb534665e3a4f1f1a1a (diff)
downloadpam-4b5550d19d33e748a144700bb7f105e588bae29c.tar.gz
pam-4b5550d19d33e748a144700bb7f105e588bae29c.tar.bz2
pam-4b5550d19d33e748a144700bb7f105e588bae29c.zip
Rebuild patches
Diffstat (limited to 'debian/patches/ftbfs-implicit-function-declaration')
-rw-r--r--debian/patches/ftbfs-implicit-function-declaration23
1 files changed, 0 insertions, 23 deletions
diff --git a/debian/patches/ftbfs-implicit-function-declaration b/debian/patches/ftbfs-implicit-function-declaration
deleted file mode 100644
index c79aff51..00000000
--- a/debian/patches/ftbfs-implicit-function-declaration
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Sam Hartman <hartmans@debian.org>
-Date: Mon, 8 Apr 2024 15:40:35 -0600
-Subject: Fix FTBFS when built with -Werror=implicit-function-declaration
-
-Bug-Ubuntu: https://bugs.launchpad.net/bugs/2055453
-Forwarded: no
-Last-Update: 2024-02-29
----
- modules/pam_unix/support.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/modules/pam_unix/support.h b/modules/pam_unix/support.h
-index e15ee98..9c065c5 100644
---- a/modules/pam_unix/support.h
-+++ b/modules/pam_unix/support.h
-@@ -6,6 +6,7 @@
- #define _PAM_UNIX_SUPPORT_H
-
- #include <pwd.h>
-+#include "libpam/include/pam_inline.h"
-
- /*
- * File to read value of ENCRYPT_METHOD from.