diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-04-25 20:09:15 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-04-25 20:09:15 +0000 |
commit | 13d29eeffb9ff0fa334668a579d8bf1edc9c93fe (patch) | |
tree | bf901403de601c4d45c97bbae3d157a8f3a04050 /sys/arch/sparc | |
parent | 999b8da572a3feeafefae44c00904a8b520dac0b (diff) |
remove systrace
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/sparc/conf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/sparc/sparc/conf.c b/sys/arch/sparc/sparc/conf.c index ca78ce25a52..6be2d464a70 100644 --- a/sys/arch/sparc/sparc/conf.c +++ b/sys/arch/sparc/sparc/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.66 2016/02/26 09:10:05 natano Exp $ */ +/* $OpenBSD: conf.c,v 1.67 2016/04/25 20:09:14 tedu Exp $ */ /* $NetBSD: conf.c,v 1.40 1996/04/11 19:20:03 thorpej Exp $ */ /* @@ -119,7 +119,6 @@ struct bdevsw bdevsw[] = int nblkdev = nitems(bdevsw); #include "pf.h" -#include "systrace.h" #include "tctrl.h" #include "vscsi.h" #include "pppx.h" @@ -178,7 +177,7 @@ struct cdevsw cdevsw[] = cdev_notdef(), /* 47 */ cdev_notdef(), /* 48 */ cdev_notdef(), /* 49 */ - cdev_systrace_init(NSYSTRACE,systrace), /* 50 system call tracing */ + cdev_notdef(), /* 50 */ cdev_notdef(), /* 51 */ cdev_notdef(), /* 52 */ cdev_notdef(), /* 53 */ |