mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01:00
Fixed bogus spelling nx*' of some
no*' devswitch functions.
This commit is contained in:
parent
4a74956bf7
commit
e4b6edc65b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38446
@ -76,8 +76,8 @@ static d_mmap_t sndmmap;
|
||||
#define CDEV_MAJOR 30
|
||||
static struct cdevsw snd_cdevsw = {
|
||||
sndopen, sndclose, sndread, sndwrite,
|
||||
sndioctl, nxstop, nxreset, nxdevtotty,
|
||||
sndselect, sndmmap, nxstrategy, "snd",
|
||||
sndioctl, nostop, noreset, nodevtotty,
|
||||
sndselect, sndmmap, nostrategy, "snd",
|
||||
NULL, -1,
|
||||
};
|
||||
|
||||
|
@ -91,8 +91,8 @@ static char driver_name[] = "snd";
|
||||
#define CDEV_MAJOR 30
|
||||
static struct cdevsw snd_cdevsw = {
|
||||
sndopen, sndclose, sndread, sndwrite,
|
||||
sndioctl, nxstop, nxreset, nxdevtotty,
|
||||
sndpoll, sndmmap, nxstrategy, driver_name,
|
||||
sndioctl, nostop, noreset, nodevtotty,
|
||||
sndpoll, sndmmap, nostrategy, driver_name,
|
||||
NULL, -1,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user