diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-06-04 17:58:19 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-06-04 17:58:19 +0000 |
commit | 213cc0044543e69f9ca588781ffa567908a5b127 (patch) | |
tree | f6210390eceea922abbdb41e8843e362073becb6 /TODO | |
parent | 863073da0858b07149d4c15d13d1ac0b1a769eb0 (diff) | |
download | busybox-w32-213cc0044543e69f9ca588781ffa567908a5b127.tar.gz busybox-w32-213cc0044543e69f9ca588781ffa567908a5b127.tar.bz2 busybox-w32-213cc0044543e69f9ca588781ffa567908a5b127.zip |
- add note about ingroup and is_a_group_member
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -270,6 +270,8 @@ Minor stuff: | |||
270 | fprintf(stderr, "%s: %s not found\n", "unalias", *argptr); | 270 | fprintf(stderr, "%s: %s not found\n", "unalias", *argptr); |
271 | -> fprintf(stderr, "unalias: %s not found\n", *argptr); | 271 | -> fprintf(stderr, "unalias: %s not found\n", *argptr); |
272 | --- | 272 | --- |
273 | possible code duplication ingroup() and is_a_group_member() | ||
274 | --- | ||
273 | 275 | ||
274 | 276 | ||
275 | Code cleanup: | 277 | Code cleanup: |