diff options
author | kib <kib@FreeBSD.org> | 2017-02-17 00:36:12 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2017-02-17 00:36:12 +0000 |
commit | 4e92d2071a0ca53951534ca6bc87cd717ad108af (patch) | |
tree | 4893ff2a593b2dff59169e187c26eecbde6b2172 | |
parent | a64a4c200c602eda0d9f602a75c655a935e256bc (diff) | |
download | FreeBSD-src-4e92d2071a0ca53951534ca6bc87cd717ad108af.zip FreeBSD-src-4e92d2071a0ca53951534ca6bc87cd717ad108af.tar.gz |
MFC r313715:
Order alphabetically.
-rw-r--r-- | sys/sys/syscallsubr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/syscallsubr.h b/sys/sys/syscallsubr.h index eff7aca..2af3f7b 100644 --- a/sys/sys/syscallsubr.h +++ b/sys/sys/syscallsubr.h @@ -145,8 +145,8 @@ int kern_mkfifoat(struct thread *td, int fd, char *path, 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, |