diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-05-28 19:28:27 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-05-29 01:15:44 +0200 |
commit | 181e4c06c36c05a87b3eda05834085e30328479b (patch) | |
tree | b922d5e63957001bf1dcdcf9505e89c991db92d0 /debian/patches/visibility | |
parent | c7344fa5ca42b3203ce7fc2ff8cb93b42bf78123 (diff) | |
download | libpam-pwdfile-181e4c06c36c05a87b3eda05834085e30328479b.tar.gz |
drop stuff in debian/ not needed anymore
patches
Makefile
README.Debian
source.lintian-overrides
Git-Dch: Full
Diffstat (limited to 'debian/patches/visibility')
-rw-r--r-- | debian/patches/visibility | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/debian/patches/visibility b/debian/patches/visibility deleted file mode 100644 index d121a1e..0000000 --- a/debian/patches/visibility +++ /dev/null @@ -1,23 +0,0 @@ -Description: Mark the pam_sm_* functions as __attribute__((visibility("default"))) -Author: Peter Palfrader <weasel@debian.org> -Bug-Debian: http://bugs.debian.org/499203 -Last-Update: 2012-06-20 - ---- libpam-pwdfile-0.99.orig/pam_pwdfile.c -+++ libpam-pwdfile-0.99/pam_pwdfile.c -@@ -222,6 +222,7 @@ - } - - /* expected hook for auth service */ -+__attribute__((visibility("default"))) - PAM_EXTERN int pam_sm_authenticate(pam_handle_t *pamh, int flags, - int argc, const char **argv) { - int retval, pcnt, pwdfilename_found; -@@ -408,6 +409,7 @@ - } - - /* another expected hook */ -+__attribute__((visibility("default"))) - PAM_EXTERN int pam_sm_setcred(pam_handle_t *pamh, int flags, - int argc, const char **argv) - { |