[BACK]Return to getpwent.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/getpwent.c between version 1.2 and 1.3

version 1.2, 1993/04/21 04:21:06 version 1.3, 1993/04/21 04:26:21
Line 158  __initdb()
Line 158  __initdb()
         char *p;          char *p;
   
         p = (geteuid()) ? _PATH_MP_DB : _PATH_SMP_DB;          p = (geteuid()) ? _PATH_MP_DB : _PATH_SMP_DB;
         _pw_db = db_open(p, O_RDONLY, 0, DB_HASH, NULL);          _pw_db = dbopen(p, O_RDONLY, 0, DB_HASH, NULL);
         if (_pw_db)          if (_pw_db)
                 return(1);                  return(1);
         if (!warned)          if (!warned)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>