fix gcc warning with -Wmisleading-indentation
[uclibc-ng.git] / libc / pwd_grp / getgrgid.c
blob298845270c40e3ec49168d3881f08762ea2b520a
1 /*
2 * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
4 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
5 */
7 #define GETXXKEY_FUNC getgrgid
8 #define GETXXKEY_ENTTYPE struct group
9 #define GETXXKEY_ADD_PARAMS gid_t git
10 #define GETXXKEY_ADD_VARIABLES git
11 #define GETXXKEY_BUFLEN __UCLIBC_GRP_BUFFER_SIZE__
12 #include "pwd_grp.c"