mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
- (dtucker) [openbsd-compat/openbsd-compat.h] Typo.
This commit is contained in:
parent
612e400c68
commit
4e21855422
@ -11,6 +11,7 @@
|
|||||||
unused
|
unused
|
||||||
- (dtucker) [openbsd-compat/pwcache.c] Shrink ifdef area to prevent unused
|
- (dtucker) [openbsd-compat/pwcache.c] Shrink ifdef area to prevent unused
|
||||||
variable warnings.
|
variable warnings.
|
||||||
|
- (dtucker) [openbsd-compat/openbsd-compat.h] Typo.
|
||||||
|
|
||||||
20100115
|
20100115
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $Id: openbsd-compat.h,v 1.48 2010/01/16 02:30:30 dtucker Exp $ */
|
/* $Id: openbsd-compat.h,v 1.49 2010/01/16 12:58:37 dtucker Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1999-2003 Damien Miller. All rights reserved.
|
* Copyright (c) 1999-2003 Damien Miller. All rights reserved.
|
||||||
@ -204,7 +204,7 @@ int vsnprintf(char *, size_t, const char *, va_list);
|
|||||||
char *user_from_uid(uid_t, int);
|
char *user_from_uid(uid_t, int);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_GROUP_FROM_GUID
|
#ifndef HAVE_GROUP_FROM_GID
|
||||||
char *group_from_gid(gid_t, int);
|
char *group_from_gid(gid_t, int);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user