avoid conflicts with our own ioctls

This commit is contained in:
christos 2015-09-26 03:31:52 +00:00
parent f72496b8cd
commit b2e2b58c68

View File

@ -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 {