diff loader/setup_FS.c @ 1020:72cacd3b8f30

Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se>
author arpi_esp
date Tue, 05 Jun 2001 02:26:56 +0000
parents 1f7c824033fb
children d8c1b0b38edc
line wrap: on
line diff
--- a/loader/setup_FS.c	Tue Jun 05 02:22:38 2001 +0000
+++ b/loader/setup_FS.c	Tue Jun 05 02:26:56 2001 +0000
@@ -176,6 +176,7 @@
 #endif  /* __NetBSD__ || __FreeBSD__ || __OpenBSD__ */
 
 #if defined(__svr4__)
+ {
     struct ssd ssd;
     ssd.sel = TEB_SEL;
     ssd.bo = array.base_addr;
@@ -188,6 +189,7 @@
 	perror("sysi86(SI86DSCR)");
 	printf("Couldn't install fs segment, expect segfault\n");
     }
+ }
 #endif
 
     setup_FS_Segment();