summaryrefslogtreecommitdiffstats
path: root/toolbox/bsd-compatibility.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-15 13:47:00 -0800
committerElliott Hughes <enh@google.com>2015-01-15 13:47:00 -0800
commit6eb88b2c1dde1d59b3a6033a2d18e9c458740823 (patch)
tree36c241fae18d6fcf45083b1d4d693b58aa3a5534 /toolbox/bsd-compatibility.h
parente232949c898c940d3528aaf187d7a359c430a311 (diff)
downloadsystem_core-6eb88b2c1dde1d59b3a6033a2d18e9c458740823.zip
system_core-6eb88b2c1dde1d59b3a6033a2d18e9c458740823.tar.gz
system_core-6eb88b2c1dde1d59b3a6033a2d18e9c458740823.tar.bz2
Lose chown to toybox.
Change-Id: Ic56addb183ce7f1d289b807527047c37924c1aa6
Diffstat (limited to 'toolbox/bsd-compatibility.h')
-rw-r--r--toolbox/bsd-compatibility.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/toolbox/bsd-compatibility.h b/toolbox/bsd-compatibility.h
index 36ddca9..434d370 100644
--- a/toolbox/bsd-compatibility.h
+++ b/toolbox/bsd-compatibility.h
@@ -52,11 +52,6 @@
__BEGIN_DECLS
-/* From NetBSD <grp.h> and <pwd.h>. */
-char* group_from_gid(gid_t gid, int noname);
-int uid_from_user(const char* name, uid_t* uid);
-char* user_from_uid(uid_t uid, int noname);
-
/* From NetBSD <stdlib.h>. */
#define HN_DECIMAL 0x01
#define HN_NOSPACE 0x02