- (dtucker) [openbsd-compat/openbsd-compat.h] Typo.

This commit is contained in:
Darren Tucker 2010-01-16 23:58:37 +11:00
parent 612e400c68
commit 4e21855422
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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