diff options
author | Darren Tucker <dtucker@zip.com.au> | 2010-01-16 23:58:37 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2010-01-16 23:58:37 +1100 |
commit | 4e218554222592a99991fe6320eae6277f3109a6 (patch) | |
tree | e11368b2bee13d31b429611c35e8bfe704b8065c /openbsd-compat/openbsd-compat.h | |
parent | 612e400c68e644054e476082cb757b0a157a564b (diff) |
- (dtucker) [openbsd-compat/openbsd-compat.h] Typo.
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 020032bc4..cad2408d6 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: openbsd-compat.h,v 1.48 2010/01/16 02:30:30 dtucker Exp $ */ | 1 | /* $Id: openbsd-compat.h,v 1.49 2010/01/16 12:58:37 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. | 4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. |
@@ -204,7 +204,7 @@ int vsnprintf(char *, size_t, const char *, va_list); | |||
204 | char *user_from_uid(uid_t, int); | 204 | char *user_from_uid(uid_t, int); |
205 | #endif | 205 | #endif |
206 | 206 | ||
207 | #ifndef HAVE_GROUP_FROM_GUID | 207 | #ifndef HAVE_GROUP_FROM_GID |
208 | char *group_from_gid(gid_t, int); | 208 | char *group_from_gid(gid_t, int); |
209 | #endif | 209 | #endif |
210 | 210 | ||