aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-08-15 22:33:12 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-08-15 22:33:12 +0300
commitcd169165d8193ad430ae27c50ee213ffa75fdca3 (patch)
tree3a7b5ed5eff4497f9e9ed19524ce717dd32366e1
parent7a40b7873bd666809183cdd952d6e2a8f1870981 (diff)
downloadpam-modules-cd169165d8193ad430ae27c50ee213ffa75fdca3.tar.gz
pam-modules-cd169165d8193ad430ae27c50ee213ffa75fdca3.tar.bz2
Minor fix
-rw-r--r--lib/graypam.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/graypam.h b/lib/graypam.h
index 69c4909..31554e3 100644
--- a/lib/graypam.h
+++ b/lib/graypam.h
@@ -30,13 +30,12 @@
#include <string.h>
#include <unistd.h>
#include <ctype.h>
#include <syslog.h>
#include <errno.h>
#include <regex.h>
-#include <setjmp.h>
#ifndef LINUX_PAM
#include <security/pam_appl.h>
#endif /* LINUX_PAM */
#include <security/pam_modules.h>
@@ -79,14 +78,12 @@
if ((arg)[0] == '=') \
gray_wait_debug(atoi((arg)+1), __FILE__, line); \
else \
gray_wait_debug(0, __FILE__, line); \
} while (0)
-extern jmp_buf gray_pam_jmp;
-
void *gray_2nrealloc(void *ptr, size_t *pcount, size_t elsiz);
void gray_pam_delete(char *x);
void gray_cleanup_string(pam_handle_t *pamh, void *x, int error_status);
void gray_cleanup_regex(pam_handle_t *pamh, void *x, int error_status);
void gray_make_str(pam_handle_t *pamh, const char *str, const char *name,

Return to:

Send suggestions and report system problems to the System administrator.