diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1996-11-12 01:21:29 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1996-11-12 01:21:29 +0000 |
commit | b7aa438411d15cd1981876116ad218e3ae87bf3b (patch) | |
tree | 3d216a6522802beec3dcf6708d1869b72e1d63fb | |
parent | 60b181535946abfa0c38a1689d5a2aa778d3edf8 (diff) |
cdev_init_random -> cdev_random_init
-rw-r--r-- | sys/arch/sun3/sun3/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sun3/sun3/conf.c b/sys/arch/sun3/sun3/conf.c index 4ddc69c7a9a..759a1c5b037 100644 --- a/sys/arch/sun3/sun3/conf.c +++ b/sys/arch/sun3/sun3/conf.c @@ -163,7 +163,7 @@ struct cdevsw cdevsw[] = cdev_notdef(), /* 69: /dev/audio */ cdev_notdef(), /* 70: open prom */ cdev_notdef(), /* 71: (sg?) */ - cdev_init_random(1,random), /* 72: randomness source */ + cdev_random_init(1,random), /* 72: randomness source */ cdev_uk_init(NUK,uk), /* 73: unknown SCSI */ cdev_ss_init(NSS,ss), /* 74: SCSI scanner */ }; |