blob: 77ca0b89542d65307699af32317b88fb79d1074a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
*
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
*/
#define GETXXKEY_FUNC fgetspent
#define GETXXKEY_ENTTYPE struct spwd
#define GETXXKEY_ADD_PARAMS FILE *stream
#define GETXXKEY_ADD_VARIABLES stream
#define GETXXKEY_BUFLEN __UCLIBC_PWD_BUFFER_SIZE__
#include "pwd_grp.c"
|