summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-18 14:03:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-18 14:03:16 +0000
commit417edf25a96632e073c610e53a021c43a680eb72 (patch)
tree962cb7a1886ca7460cebaf429826ed4438f0cd48 /cpukit/libnetworking/sys
parent2007-03-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-417edf25a96632e073c610e53a021c43a680eb72.tar.bz2
2007-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/ucred.h: Remove crcopy, crdup, crfree, crget, crhold (Unused/non-implemented).
Diffstat (limited to 'cpukit/libnetworking/sys')
-rw-r--r--cpukit/libnetworking/sys/ucred.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/libnetworking/sys/ucred.h b/cpukit/libnetworking/sys/ucred.h
index aae5086f06..e26bacd15a 100644
--- a/cpukit/libnetworking/sys/ucred.h
+++ b/cpukit/libnetworking/sys/ucred.h
@@ -51,14 +51,7 @@ struct ucred {
#define FSCRED ((struct ucred *)-1) /* filesystem credential */
#ifdef _KERNEL
-#define crhold(cr) (cr)->cr_ref++
-
-struct ucred *crcopy(struct ucred *cr);
-struct ucred *crdup(struct ucred *cr);
-void crfree(struct ucred *cr);
-struct ucred *crget(void);
int suser(struct ucred *cred, u_short *acflag);
-int groupmember(gid_t gid, struct ucred *cred);
#endif /* _KERNEL */
#endif /* !_SYS_UCRED_H_ */