Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2004 11:29:47 -0400 (EDT)
From:      Andre Guibert de Bruet <andy@siliconlandmark.com>
To:        current@freebsd.org
Subject:   [PATCH] Compile problems in subr_unit without DIAGNOSTIC
Message-ID:  <20040930112623.T30989@alpha.siliconlandmark.com>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Hi,

unhdr is not defined but unrhdr is. Please commit the attached patch.

Regards,
Andy

| Andre Guibert de Bruet | Enterprise Software Consultant >
| Silicon Landmark, LLC. | http://siliconlandmark.com/    >
[-- Attachment #2 --]
Index: subr_unit.c
===================================================================
RCS file: /home/ncvs/src/sys/kern/subr_unit.c,v
retrieving revision 1.1
diff -u -r1.1 subr_unit.c
--- subr_unit.c 30 Sep 2004 07:04:03 -0000      1.1
+++ subr_unit.c 30 Sep 2004 15:25:03 -0000
@@ -162,7 +162,7 @@
 #else

 static __inline void
-check_unrhdr(struct unhdr *uh, int line)
+check_unrhdr(struct unrhdr *uh, int line)
 {

 }


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040930112623.T30989>