$NetBSD: patch-ag,v 1.2 2004/04/22 09:18:36 tron Exp $

--- asmrun/sparc.S.orig	Fri Feb  8 17:55:33 2002
+++ asmrun/sparc.S	Thu Apr 22 10:34:38 2004
@@ -16,9 +16,9 @@
 /* Asm part of the runtime system for the Sparc processor.  */
 /* Must be preprocessed by cpp */
 
-/* SunOS 4 and BSD prefix identifiers with _, Solaris and Linux do not */
+/* SunOS 4 prefixes identifiers with _ */
 
-#if defined(SYS_sunos) || defined(SYS_bsd)
+#if defined(SYS_sunos)
 
         .common _caml_required_size, 4, "bss"
 
