Sort forward declared structures.

This commit is contained in:
jhb 2004-09-24 20:27:45 +00:00
parent 3bd2c1b67b
commit 896afb3277

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);