From fa9e4066f08beec538e775443c5be79dd423fcab Mon Sep 17 00:00:00 2001 From: ahrens Date: Mon, 31 Oct 2005 11:33:35 -0800 Subject: PSARC 2002/240 ZFS 6338653 Integrate ZFS PSARC 2004/652 - DKIOCFLUSH 5096886 Write caching disks need mechanism to flush cache to physical media --- usr/src/stand/lib/inet/mac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/stand/lib/inet/mac.c') diff --git a/usr/src/stand/lib/inet/mac.c b/usr/src/stand/lib/inet/mac.c index aff32286fe..009523b5f9 100644 --- a/usr/src/stand/lib/inet/mac.c +++ b/usr/src/stand/lib/inet/mac.c @@ -20,7 +20,7 @@ * CDDL HEADER END */ /* - * Copyright 2003 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -83,7 +83,7 @@ mac_init(char *bootdevicename) static char *chosen_net = "chosen-network-type"; static char *supported_net = "supported-network-types"; static char *netiftype = "network-interface-type"; - dnode_t node; + pnode_t node; char *wp, *media_type; int len = 0, i; #endif /* !__i386 */ -- cgit v1.2.3