diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-31 12:38:17 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-31 12:38:17 +0200 |
commit | 55301297d3e4c05ec37faf1e1695f79a74ce2cab (patch) | |
tree | 6295d785b8585a56ebe666dcec9c554dd51c884d /include/grp_.h | |
parent | 17fcd72add2a94c9542dba72124032b54838cb50 (diff) | |
download | busybox-w32-55301297d3e4c05ec37faf1e1695f79a74ce2cab.tar.gz busybox-w32-55301297d3e4c05ec37faf1e1695f79a74ce2cab.tar.bz2 busybox-w32-55301297d3e4c05ec37faf1e1695f79a74ce2cab.zip |
libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFS
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/grp_.h')
-rw-r--r-- | include/grp_.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grp_.h b/include/grp_.h index deaf9e6a3..7a95f88a6 100644 --- a/include/grp_.h +++ b/include/grp_.h | |||
@@ -55,6 +55,7 @@ extern void setgrent(void); | |||
55 | /* Close the group-file stream. */ | 55 | /* Close the group-file stream. */ |
56 | extern void endgrent(void); | 56 | extern void endgrent(void); |
57 | 57 | ||
58 | #ifdef UNUSED_SINCE_WE_AVOID_STATIC_BUFS | ||
58 | /* Read an entry from the group-file stream, opening it if necessary. */ | 59 | /* Read an entry from the group-file stream, opening it if necessary. */ |
59 | extern struct group *getgrent(void); | 60 | extern struct group *getgrent(void); |
60 | 61 | ||
@@ -64,6 +65,7 @@ extern struct group *fgetgrent(FILE *__stream); | |||
64 | /* Write the given entry onto the given stream. */ | 65 | /* Write the given entry onto the given stream. */ |
65 | extern int putgrent(const struct group *__restrict __p, | 66 | extern int putgrent(const struct group *__restrict __p, |
66 | FILE *__restrict __f); | 67 | FILE *__restrict __f); |
68 | #endif | ||
67 | 69 | ||
68 | /* Search for an entry with a matching group ID. */ | 70 | /* Search for an entry with a matching group ID. */ |
69 | extern struct group *getgrgid(gid_t __gid); | 71 | extern struct group *getgrgid(gid_t __gid); |