2007-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>

* libnetworking/sys/ucred.h: Remove crcopy, crdup, crfree, crget,
	  crhold (Unused/non-implemented).
This commit is contained in:
Ralf Corsepius
2007-03-18 14:03:16 +00:00
parent 8dcdb051c6
commit 417edf25a9
2 changed files with 5 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2007-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/ucred.h: Remove crcopy, crdup, crfree, crget,
crhold (Unused/non-implemented).
2007-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/ucred.h: Remove __P().

View File

@@ -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_ */