Changeset 443


Ignore:
Timestamp:
08/12/10 22:07:51 (18 months ago)
Author:
ludovic.rousseau
Message:

Add a new header file to define strndup if needed.

pkcs11_setup.c: In function ‘scconf_replace_str_list’:
pkcs11_setup.c:73: warning: implicit declaration of function ‘strndup’
pkcs11_setup.c:73: warning: incompatible implicit declaration of built-in function ‘strndup’

Location:
trunk/src
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tools/pkcs11_setup.c

    r389 r443  
    3131#include "../common/debug.h" 
    3232#include "../common/error.h" 
     33#include "../common/strndup.h" 
    3334 
    3435#define PAM_PKCS11_CONF CONFDIR "/pam_pkcs11.conf" 
Note: See TracChangeset for help on using the changeset viewer.