Subject: pkg/18671: bootstrap mtree fails on Solaris9
To: None <gnats-bugs@gnats.netbsd.org>
From: None <sketch@rd.bbc.co.uk>
List: netbsd-bugs
Date: 10/16/2002 08:40:05
>Number:         18671
>Category:       pkg
>Synopsis:       bootstrap mtree fails on Solaris9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 16 08:41:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Perkin
>Release:        N/A
>Organization:
British Broadcasting Corporation
>Environment:
SunOS desk06 5.9 Generic_112233-01 sun4u sparc SUNW,Ultra-5_10
>Description:
othersrc/bootstrap-pkgsrc/mtree fails to build on Solaris9 due to
missing u_intx_t types.
>How-To-Repeat:

>Fix:
I'm unsure if this is the "correct" fix, but it works.  mtree might
want to remove dependancy on "../digest" in the future.

Index: md5.h
===================================================================
RCS file: /cache/ncvs/othersrc/bootstrap-pkgsrc/digest/md5.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5.h
--- md5.h       2002/09/19 10:44:28     1.1.1.1
+++ md5.h       2002/10/16 15:36:35
@@ -32,6 +32,8 @@
 #ifndef _SYS_MD5_H_
 #define _SYS_MD5_H_
 
+#include "digest-types.h"
+
 /* MD5 context. */
 typedef struct MD5Context {
        u_int32_t state[4];     /* state (ABCD) */
>Release-Note:
>Audit-Trail:
>Unformatted: