Purely whitespace changes

This commit is contained in:
julian 2002-02-17 08:14:15 +00:00
parent 683d9b041d
commit 3b7fc00ad9

View File

@ -84,19 +84,19 @@ struct xucred {
void cred_update_thread(struct thread *td);
void change_egid (struct ucred *newcred, gid_t egid);
void change_euid (struct ucred *newcred, uid_t euid);
void change_rgid (struct ucred *newcred, gid_t rgid);
void change_ruid (struct ucred *newcred, uid_t ruid);
void change_svgid (struct ucred *newcred, gid_t svgid);
void change_svuid (struct ucred *newcred, uid_t svuid);
void crcopy (struct ucred *dest, struct ucred *src);
struct ucred *crdup (struct ucred *cr);
void crfree (struct ucred *cr);
struct ucred *crget (void);
struct ucred *crhold (struct ucred *cr);
int crshared (struct ucred *cr);
int groupmember (gid_t gid, struct ucred *cred);
void change_egid(struct ucred *newcred, gid_t egid);
void change_euid(struct ucred *newcred, uid_t euid);
void change_rgid(struct ucred *newcred, gid_t rgid);
void change_ruid(struct ucred *newcred, uid_t ruid);
void change_svgid(struct ucred *newcred, gid_t svgid);
void change_svuid(struct ucred *newcred, uid_t svuid);
void crcopy(struct ucred *dest, struct ucred *src);
struct ucred *crdup(struct ucred *cr);
void crfree(struct ucred *cr);
struct ucred *crget(void);
struct ucred *crhold(struct ucred *cr);
int crshared(struct ucred *cr);
int groupmember(gid_t gid, struct ucred *cred);
#endif /* _KERNEL */
#endif /* !_SYS_UCRED_H_ */