$OpenBSD: patch-gcc_varasm_c,v 1.4 2005/01/17 19:20:10 espie Exp $
--- gcc/varasm.c.orig	Sun Jan 16 16:28:16 2005
+++ gcc/varasm.c	Mon Jan 17 16:23:21 2005
@@ -1217,7 +1217,7 @@ assemble_start_function (tree decl, cons
   unlikely_text_section_name = NULL;
   
   unlikely_section_label = reconcat (unlikely_section_label, 
-				     fnname, ".unlikely_section", NULL);
+				     fnname, ".unlikely_section", (void *)0);
   
   /* The following code does not need preprocessing in the assembler.  */
 
