[Midnightbsd-cvs] src [7518] trunk/sys/sys/syscallsubr.h: fixup kern_wait6

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Apr 12 18:58:28 EDT 2016


Revision: 7518
          http://svnweb.midnightbsd.org/src/?rev=7518
Author:   laffer1
Date:     2016-04-12 18:58:27 -0400 (Tue, 12 Apr 2016)
Log Message:
-----------
fixup kern_wait6

Modified Paths:
--------------
    trunk/sys/sys/syscallsubr.h

Modified: trunk/sys/sys/syscallsubr.h
===================================================================
--- trunk/sys/sys/syscallsubr.h	2016-04-12 22:51:21 UTC (rev 7517)
+++ trunk/sys/sys/syscallsubr.h	2016-04-12 22:58:27 UTC (rev 7518)
@@ -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);
@@ -234,7 +235,7 @@
 	    enum uio_seg pathseg, struct timeval *tptr, enum uio_seg tptrseg);
 int	kern_wait(struct thread *td, pid_t pid, int *status, int options,
 	    struct rusage *rup);
-int	kern_wait6(struct thread *td, idtype_t idtype, id_t id, int *status,
+int	kern_wait6(struct thread *td, enum idtype idtype, id_t id, int *status,
 	    int options, struct __wrusage *wrup, siginfo_t *sip);
 int	kern_writev(struct thread *td, int fd, struct uio *auio);
 int	kern_socketpair(struct thread *td, int domain, int type, int protocol,



More information about the Midnightbsd-cvs mailing list