Ignore:
Timestamp:
Jul 7, 2007, 9:18:46 PM (17 years ago)
Author:
rainer
Message:

Fix for ticket #69 (wrappers for name service routines not used everywhere).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_userfiles.c

    r68 r111  
    3939#include "sh_hash.h"
    4040#include "sh_files.h"
     41#define SH_NEED_PWD_GRP 1
     42#include "sh_static.h"
    4143
    4244#ifdef SH_USE_USERFILES
     
    266268     * getpwent() too */
    267269    /*@-unrecog@*/
    268     setpwent();
     270    sh_setpwent();
    269271    /*@+unrecog@*/
    270     while( ( cur_user = /*@-unrecog@*/getpwent()/*@+unrecog@*/ ) != NULL ) {
     272    while( ( cur_user = /*@-unrecog@*/sh_getpwent()/*@+unrecog@*/ ) != NULL ) {
    271273        int found = 0;
    272274
Note: See TracChangeset for help on using the changeset viewer.