summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscallsubr.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-11-16 06:25:20 +0000
committerkib <kib@FreeBSD.org>2012-11-16 06:25:20 +0000
commit07b2eeb01da8bfa2311eea2a61e056ff4cb8c6e6 (patch)
tree7f10acc72ed28a0bbe1db4548216affa538cb413 /sys/sys/syscallsubr.h
parentde90907af2083693fec1f5d6c1c1402b23006ad8 (diff)
downloadFreeBSD-src-07b2eeb01da8bfa2311eea2a61e056ff4cb8c6e6.zip
FreeBSD-src-07b2eeb01da8bfa2311eea2a61e056ff4cb8c6e6.tar.gz
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
Diffstat (limited to 'sys/sys/syscallsubr.h')
-rw-r--r--sys/sys/syscallsubr.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/sys/sys/syscallsubr.h b/sys/sys/syscallsubr.h
index 48216a5..1f668ae 100644
--- a/sys/sys/syscallsubr.h
+++ b/sys/sys/syscallsubr.h
@@ -35,25 +35,26 @@
#include <sys/mount.h>
struct file;
+enum idtype;
struct itimerval;
struct image_args;
struct jail;
+struct kevent;
+struct kevent_copyops;
+struct kld_file_stat;
+struct ksiginfo;
struct mbuf;
struct msghdr;
struct msqid_ds;
+struct ogetdirentries_args;
struct rlimit;
struct rusage;
-struct __wrusage;
union semun;
+struct sendfile_args;
struct sockaddr;
struct stat;
-struct kevent;
-struct kevent_copyops;
-struct kld_file_stat;
-struct ksiginfo;
-struct sendfile_args;
struct thr_param;
-struct ogetdirentries_args;
+struct __wrusage;
int kern___getcwd(struct thread *td, u_char *buf, enum uio_seg bufseg,
u_int buflen);
OpenPOWER on IntegriCloud