From b2e2b58c681094f8f4ce79f06e0083cbcc7f9bd6 Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 26 Sep 2015 03:31:52 +0000 Subject: [PATCH] avoid conflicts with our own ioctls --- sys/dev/sun/disklabel.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/sun/disklabel.h b/sys/dev/sun/disklabel.h index 94628aaf25ee..ca57f4af4179 100644 --- a/sys/dev/sun/disklabel.h +++ b/sys/dev/sun/disklabel.h @@ -1,4 +1,4 @@ -/* $NetBSD: disklabel.h,v 1.5 2015/09/06 06:01:01 dholland Exp $ */ +/* $NetBSD: disklabel.h,v 1.6 2015/09/26 03:31:52 christos Exp $ */ /* * Copyright (c) 1992, 1993 @@ -49,9 +49,9 @@ #define SUN_DKMAGIC 55998 /* These are the guys that Sun's dkinfo needs... */ -#define DKIOCGGEOM _IOR('d', 2, struct sun_dkgeom) /* geometry info */ -#define DKIOCINFO _IOR('d', 8, struct sun_dkctlr) /* controller info */ -#define DKIOCGPART _IOR('d', 4, struct sun_dkpart) /* partition info */ +#define SUN_DKIOCGGEOM _IOR('d', 2, struct sun_dkgeom) /* geometry info */ +#define SUN_DKIOCINFO _IOR('d', 8, struct sun_dkctlr) /* controller info */ +#define SUN_DKIOCGPART _IOR('d', 4, struct sun_dkpart) /* partition info */ /* geometry info */ struct sun_dkgeom {