Alphabetically reorder the forward-declarations of the structures.

Add the declaration for enum idtype, to be used later.

Reported and reviewed by:	bde
MFC after:	28 days
This commit is contained in:
kib 2012-11-16 06:25:20 +00:00
parent de90907af2
commit 07b2eeb01d

View File

@ -35,25 +35,26 @@
#include <sys/mount.h>
struct file;
enum idtype;
struct itimerval;
struct image_args;
struct jail;
struct mbuf;
struct msghdr;
struct msqid_ds;
struct rlimit;
struct rusage;
struct __wrusage;
union semun;
struct sockaddr;
struct stat;
struct kevent;
struct kevent_copyops;
struct kld_file_stat;
struct ksiginfo;
struct sendfile_args;
struct thr_param;
struct mbuf;
struct msghdr;
struct msqid_ds;
struct ogetdirentries_args;
struct rlimit;
struct rusage;
union semun;
struct sendfile_args;
struct sockaddr;
struct stat;
struct thr_param;
struct __wrusage;
int kern___getcwd(struct thread *td, u_char *buf, enum uio_seg bufseg,
u_int buflen);