Sort forward declared structures.

This commit is contained in:
John Baldwin 2004-09-24 20:27:45 +00:00
parent a9a64385e7
commit 8914e6f41c

View File

@ -32,9 +32,9 @@
#include <sys/uio.h>
#include <sys/socket.h>
struct sockaddr;
struct msghdr;
struct mbuf;
struct msghdr;
struct sockaddr;
int kern___getcwd(struct thread *td, u_char *buf, enum uio_seg bufseg,
u_int buflen);