Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/netbsd32 Remove some blank lines to group the VND...
details: https://anonhg.NetBSD.org/src/rev/64292d16e4a5
branches: trunk
changeset: 958625:64292d16e4a5
user: simonb <simonb%NetBSD.org@localhost>
date: Thu Jan 14 23:30:50 2021 +0000
description:
Remove some blank lines to group the VND and FSS ioctls together.
diffstat:
sys/compat/netbsd32/netbsd32_ioctl.c | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (41 lines):
diff -r 4b94e749ae53 -r 64292d16e4a5 sys/compat/netbsd32/netbsd32_ioctl.c
--- a/sys/compat/netbsd32/netbsd32_ioctl.c Thu Jan 14 22:18:13 2021 +0000
+++ b/sys/compat/netbsd32/netbsd32_ioctl.c Thu Jan 14 23:30:50 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_ioctl.c,v 1.116 2021/01/14 08:22:51 simonb Exp $ */
+/* $NetBSD: netbsd32_ioctl.c,v 1.117 2021/01/14 23:30:50 simonb Exp $ */
/*
* Copyright (c) 1998, 2001 Matthew R. Green
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_ioctl.c,v 1.116 2021/01/14 08:22:51 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_ioctl.c,v 1.117 2021/01/14 23:30:50 simonb Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ntp.h"
@@ -1522,22 +1522,17 @@
case FSSIOCSET32: /* XXX FSSIOCSET50 not yet handled */
IOCTL_STRUCT_CONV_TO(FSSIOCSET, fss_set);
-
case FSSIOCGET32: /* XXX FSSIOCGET50 not yet handled */
IOCTL_STRUCT_CONV_TO(FSSIOCGET, fss_get);
case VNDIOCSET32:
IOCTL_STRUCT_CONV_TO(VNDIOCSET, vnd_ioctl);
-
case VNDIOCCLR32:
IOCTL_STRUCT_CONV_TO(VNDIOCCLR, vnd_ioctl);
-
case VNDIOCGET32:
IOCTL_STRUCT_CONV_TO(VNDIOCGET, vnd_user);
-
case VNDIOCSET5032:
IOCTL_STRUCT_CONV_TO(VNDIOCSET50, vnd_ioctl50);
-
case VNDIOCCLR5032:
IOCTL_STRUCT_CONV_TO(VNDIOCCLR50, vnd_ioctl50);
Home |
Main Index |
Thread Index |
Old Index