summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2017-02-17 00:38:32 +0000
committerkib <kib@FreeBSD.org>2017-02-17 00:38:32 +0000
commitee50f23a36e830ea4859dd36d55de33e5d66bddf (patch)
tree758a3fcc1f6516f93ab2f9b844395c40efc535ce
parenteab442e4e8f405cb9a6f47680701fee725c84b07 (diff)
downloadFreeBSD-src-ee50f23a36e830ea4859dd36d55de33e5d66bddf.zip
FreeBSD-src-ee50f23a36e830ea4859dd36d55de33e5d66bddf.tar.gz
MFC r313715:
Order alphabetically.
-rw-r--r--sys/sys/syscallsubr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/syscallsubr.h b/sys/sys/syscallsubr.h
index e038c98..046e048 100644
--- a/sys/sys/syscallsubr.h
+++ b/sys/sys/syscallsubr.h
@@ -158,8 +158,8 @@ int kern_mknod(struct thread *td, char *path, enum uio_seg pathseg,
int kern_mknodat(struct thread *td, int fd, char *path,
enum uio_seg pathseg, int mode, int dev);
int kern_msgctl(struct thread *, int, int, struct msqid_ds *);
-int kern_msgsnd(struct thread *, int, const void *, size_t, int, long);
int kern_msgrcv(struct thread *, int, void *, size_t, long, int, long *);
+int kern_msgsnd(struct thread *, int, const void *, size_t, int, long);
int kern_nanosleep(struct thread *td, struct timespec *rqt,
struct timespec *rmt);
int kern_ogetdirentries(struct thread *td, struct ogetdirentries_args *uap,
OpenPOWER on IntegriCloud