summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs/makefs.h
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-05-09 14:43:36 +0000
committerbrooks <brooks@FreeBSD.org>2013-05-09 14:43:36 +0000
commitac45fc3bdc389726828ab92a3ded300ebffb64fe (patch)
treeb57529f4ceb891cf87f6f7ec20027be77d0158cc /usr.sbin/makefs/makefs.h
parenta222062d021f2ab91e8ea63fa5f619a8eb0f92c7 (diff)
downloadFreeBSD-src-ac45fc3bdc389726828ab92a3ded300ebffb64fe.zip
FreeBSD-src-ac45fc3bdc389726828ab92a3ded300ebffb64fe.tar.gz
Remove duplicated copies of various NetBSD compatibility shims used by
makefs and use libnetbsd, contrib/mtree, and contrib/mknod instead. Sponsored by: DARPA, AFRLo MFC after: 1 month
Diffstat (limited to 'usr.sbin/makefs/makefs.h')
-rw-r--r--usr.sbin/makefs/makefs.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/usr.sbin/makefs/makefs.h b/usr.sbin/makefs/makefs.h
index c6707d9..5ab0444 100644
--- a/usr.sbin/makefs/makefs.h
+++ b/usr.sbin/makefs/makefs.h
@@ -282,22 +282,4 @@ void ffs_fragacct_swap(struct fs *, int, int32_t [], int, int);
fsinode *link_check(fsinode *);
-/*
- * Declarations for compat routines.
- */
-long long strsuftoll(const char *, const char *, long long, long long);
-long long strsuftollx(const char *, const char *,
- long long, long long, char *, size_t);
-
-struct passwd;
-int uid_from_user(const char *, uid_t *);
-int pwcache_userdb(int (*)(int), void (*)(void),
- struct passwd * (*)(const char *), struct passwd * (*)(uid_t));
-struct group;
-int gid_from_group(const char *, gid_t *);
-int pwcache_groupdb(int (*)(int), void (*)(void),
- struct group * (*)(const char *), struct group * (*)(gid_t));
-
-int setup_getid(const char *dir);
-
#endif /* _MAKEFS_H */
OpenPOWER on IntegriCloud