diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2011-07-04 22:53:54 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2011-07-04 22:53:54 +0000 |
commit | 58db9026612e598768f5e9b089a1676f5f270bb2 (patch) | |
tree | 6129de5d38d2db3f49672917c91e9482036634f0 /sys/arch/amd64 | |
parent | 62cc8f8771932fdd7cfb2a979c68024716b24fba (diff) |
remove compat_svr4 support. ok deraadt
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/conf.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/amd64/amd64/conf.c b/sys/arch/amd64/amd64/conf.c index b4f78ff319c..5fb1bb1ea89 100644 --- a/sys/arch/amd64/amd64/conf.c +++ b/sys/arch/amd64/amd64/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.34 2011/06/26 23:19:11 tedu Exp $ */ +/* $OpenBSD: conf.c,v 1.35 2011/07/04 22:53:53 tedu Exp $ */ /* * Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved. @@ -238,11 +238,7 @@ struct cdevsw cdevsw[] = cdev_tun_init(NTUN,tun), /* 40: network tunnel */ cdev_disk_init(NVND,vnd), /* 41: vnode disk driver */ cdev_audio_init(NAUDIO,audio), /* 42: generic audio I/O */ -#ifdef COMPAT_SVR4 - cdev_svr4_net_init(1,svr4_net), /* 43: svr4 net pseudo-device */ -#else cdev_notdef(), /* 43 */ -#endif cdev_video_init(NVIDEO,video), /* 44: generic video I/O */ cdev_random_init(1,random), /* 45: random data source */ cdev_ocis_init(NPCTR,pctr), /* 46: performance counters */ |