-/* $OpenBSD: syscall.c,v 1.16 2014/03/26 05:23:42 guenther Exp $ */
+/* $OpenBSD: syscall.c,v 1.17 2014/05/11 00:05:38 guenther Exp $ */
/* $NetBSD: syscall.c,v 1.24 2003/11/14 19:03:17 scw Exp $ */
/*-
#include <sys/kernel.h>
#include <sys/reboot.h>
#include <sys/signalvar.h>
-#include <sys/syscall.h>
-#include <sys/syscall_mi.h>
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/user.h>
+#include <sys/syscall.h>
+#include <sys/syscall_mi.h>
#include <uvm/uvm_extern.h>
-/* $OpenBSD: trap.c,v 1.37 2014/05/10 05:33:00 guenther Exp $ */
+/* $OpenBSD: trap.c,v 1.38 2014/05/11 00:05:38 guenther Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/syscall.h>
-#include <sys/syscall_mi.h>
#include <sys/proc.h>
#include <sys/signalvar.h>
#include <sys/user.h>
+#include <sys/syscall.h>
+#include <sys/syscall_mi.h>
#include <uvm/uvm_extern.h>
-/* $OpenBSD: trap.c,v 1.95 2014/05/10 22:25:16 jasper Exp $ */
+/* $OpenBSD: trap.c,v 1.96 2014/05/11 00:05:38 guenther Exp $ */
/*
* Copyright (c) 1988 University of Utah.
#include <sys/proc.h>
#include <sys/kernel.h>
#include <sys/signalvar.h>
+#include <sys/user.h>
#include <sys/syscall.h>
#include <sys/syscall_mi.h>
-#include <sys/user.h>
#include <sys/buf.h>
#include <sys/device.h>
#ifdef PTRACE