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/i386 | |
parent | 999b8da572a3feeafefae44c00904a8b520dac0b (diff) |
remove systrace
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/conf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c index 75082038ecf..6f7b31f99fe 100644 --- a/sys/arch/i386/i386/conf.c +++ b/sys/arch/i386/i386/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.154 2016/02/26 09:10:04 natano Exp $ */ +/* $OpenBSD: conf.c,v 1.155 2016/04/25 20:09:14 tedu Exp $ */ /* $NetBSD: conf.c,v 1.75 1996/05/03 19:40:20 christos Exp $ */ /* @@ -110,7 +110,6 @@ int nblkdev = nitems(bdevsw); #define mmwrite mmrw cdev_decl(mm); cdev_decl(wd); -#include "systrace.h" #include "bio.h" #include "pty.h" #include "com.h" @@ -271,7 +270,7 @@ struct cdevsw cdevsw[] = cdev_notdef(), cdev_radio_init(NRADIO, radio), /* 76: generic radio I/O */ cdev_notdef(), /* 77: was USB scanners */ - cdev_systrace_init(NSYSTRACE,systrace), /* 78: system call tracing */ + cdev_notdef(), /* 78: */ cdev_bio_init(NBIO,bio), /* 79: ioctl tunnel */ cdev_ch_init(NGPR,gpr), /* 80: GPR400 SmartCard reader */ cdev_ptm_init(NPTY,ptm), /* 81: pseudo-tty ptm device */ |