From 9b9e4d9652dab8557ee960e66e96689b0317fb43 Mon Sep 17 00:00:00 2001 From: fvdl Date: Mon, 18 Dec 2000 18:57:11 +0000 Subject: [PATCH] caddr_t -> void * --- sys/sys/ioctl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/ioctl.h b/sys/sys/ioctl.h index 9b8d61b4914b..880781aa2353 100644 --- a/sys/sys/ioctl.h +++ b/sys/sys/ioctl.h @@ -1,4 +1,4 @@ -/* $NetBSD: ioctl.h,v 1.26 2000/12/18 14:43:43 fvdl Exp $ */ +/* $NetBSD: ioctl.h,v 1.27 2000/12/18 18:57:11 fvdl Exp $ */ /*- * Copyright (c) 1982, 1986, 1990, 1993, 1994 @@ -75,7 +75,7 @@ struct ttysize { struct ioctl_pt { unsigned long com; - caddr_t data; + void *data; }; #define PTIOCNETBSD _IOW('Z', 0, struct ioctl_pt)