changeset 10878:77b58d98642c

Fix the fix of the fix
author tide@localhost
date Mon, 21 Sep 2009 11:22:44 -0400
parents a8759388e6bd
children 790152ecf13b
files usr/src/uts/common/syscall/uadmin.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/syscall/uadmin.c	Mon Sep 21 11:21:20 2009 -0400
+++ b/usr/src/uts/common/syscall/uadmin.c	Mon Sep 21 11:22:44 2009 -0400
@@ -377,7 +377,8 @@
 			    NULL, &buflen);
 		} else
 			panic_bootstr = mdep;
-#if !defined(__sparc) && !defined(__s390)
+
+#ifndef __sparc
 		extern void fastboot_update_and_load(int, char *);
 
 		fastboot_update_and_load(fcn, mdep);