Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107430 | Differences between
and this patch

Collapse All | Expand All

(-)Linux-PAM-0.78-orig/libpamc/libpamc.h (-3 / +3 lines)
Lines 8-16 Link Here
8
#ifndef LIBPAMC_H
8
#ifndef LIBPAMC_H
9
#define LIBPAMC_H
9
#define LIBPAMC_H
10
10
11
#include <security/pam_client.h>
12
#include <security/_pam_macros.h>
13
14
#include <sys/stat.h>
11
#include <sys/stat.h>
15
#include <unistd.h>
12
#include <unistd.h>
16
#include <sys/types.h>
13
#include <sys/types.h>
Lines 20-25 Link Here
20
#include <errno.h>
17
#include <errno.h>
21
#include <ctype.h>
18
#include <ctype.h>
22
19
20
#include <security/pam_client.h>
21
#include <security/_pam_macros.h>
22
23
#define _PAMC_DEFAULT_TOP_FD  10
23
#define _PAMC_DEFAULT_TOP_FD  10
24
24
25
struct pamc_handle_s {
25
struct pamc_handle_s {

Return to bug 107430