- (dtucker) [openbsd-compat/openbsd-compat.h] Typo.
This commit is contained in:
parent
612e400c68
commit
4e21855422
|
@ -11,6 +11,7 @@
|
|||
unused
|
||||
- (dtucker) [openbsd-compat/pwcache.c] Shrink ifdef area to prevent unused
|
||||
variable warnings.
|
||||
- (dtucker) [openbsd-compat/openbsd-compat.h] Typo.
|
||||
|
||||
20100115
|
||||
- (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.
|
||||
|
@ -204,7 +204,7 @@ int vsnprintf(char *, size_t, const char *, va_list);
|
|||
char *user_from_uid(uid_t, int);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_GROUP_FROM_GUID
|
||||
#ifndef HAVE_GROUP_FROM_GID
|
||||
char *group_from_gid(gid_t, int);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue