mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [openbsd-compat/pwcache.c] Pull in includes.h and thus defines.h
so we correctly detect whether or not we have a native user_from_uid.
This commit is contained in:
parent
7fa3a856ea
commit
ca94485a48
|
@ -1,3 +1,7 @@
|
|||
20100116
|
||||
- (dtucker) [openbsd-compat/pwcache.c] Pull in includes.h and thus defines.h
|
||||
so we correctly detect whether or not we have a native user_from_uid.
|
||||
|
||||
20100115
|
||||
- (dtucker) OpenBSD CVS Sync
|
||||
- jmc@cvs.openbsd.org 2010/01/13 12:48:34
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
/* OPENBSD ORIGINAL: lib/libc/gen/pwcache.c */
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <grp.h>
|
||||
|
|
Loading…
Reference in New Issue