From 53524e44efd7c7176da8dc8190a698b2fe184db1 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 4 Mar 2007 05:59:00 +0000 Subject: Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. --- sys/compat/linux/common/linux_socketcall.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/compat/linux/common/linux_socketcall.h') diff --git a/sys/compat/linux/common/linux_socketcall.h b/sys/compat/linux/common/linux_socketcall.h index f17a8865846..d172d399b04 100644 --- a/sys/compat/linux/common/linux_socketcall.h +++ b/sys/compat/linux/common/linux_socketcall.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socketcall.h,v 1.11 2006/02/09 19:18:56 manu Exp $ */ +/* $NetBSD: linux_socketcall.h,v 1.12 2007/03/04 06:01:24 christos Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -110,7 +110,7 @@ /* !!!: This should be at least as large as any other struct here. */ struct linux_socketcall_dummy_args { int dummy_ints[4]; /* Max 4 ints */ - void * dummy_ptrs[3]; /* Max 3 pointers */ + void *dummy_ptrs[3]; /* Max 3 pointers */ }; struct linux_sys_socket_args { -- cgit