Subject: lib/22721: darwin_machdep.h not adequately included
To: None <gnats-bugs@gnats.netbsd.org>
From: Seebs <seebs@guild.plethora.net>
List: netbsd-bugs
Date: 09/07/2003 23:15:10
>Number: 22721
>Category: lib
>Synopsis: darwin_machdep.h needs to be included in more places
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: lib-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Sep 08 04:15:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: seebs
>Release: NetBSD 1.6X
>Organization:
>Environment:
System: NetBSD vash.cel.plethora.net 1.6X NetBSD 1.6X (VASH) #3: Fri Sep 5 23:46:44 CDT 2003 seebs@vash.cel.plethora.net:/usr/src/sys/arch/i386/compile/VASH i386
Architecture: i386
Machine: i386
>Description:
darwin_machdep.h is needed to compile things, but isn't found in
necessary files.
>How-To-Repeat:
Try to make distribution.
>Fix:
Fixing these two files seems to allow 'make distribution', anyway.
cvs server: Diffing .
Index: md.i386
===================================================================
RCS file: /cvsroot/src/distrib/sets/lists/comp/md.i386,v
retrieving revision 1.74
diff -c -r1.74 md.i386
*** md.i386 2003/06/05 15:45:17 1.74
--- md.i386 2003/09/08 04:12:52
***************
*** 18,23 ****
--- 18,24 ----
./usr/include/i386/cputypes.h comp-c-include
./usr/include/i386/db_machdep.h comp-c-include
./usr/include/i386/disklabel.h comp-c-include
+ ./usr/include/i386/darwin_machdep.h comp-c-include
./usr/include/i386/elf_machdep.h comp-c-include
./usr/include/i386/endian.h comp-c-include
./usr/include/i386/endian_machdep.h comp-c-include
Index: Makefile
===================================================================
RCS file: /cvsroot/src/sys/arch/i386/include/Makefile,v
retrieving revision 1.25
diff -c -r1.25 Makefile
*** Makefile 2003/05/15 18:51:18 1.25
--- Makefile 2003/09/08 04:13:14
***************
*** 5,11 ****
INCS= ansi.h aout_machdep.h apmvar.h asm.h atomic.h \
bioscall.h bootinfo.h bswap.h byte_swap.h bus.h \
cdefs.h cpu.h cpufunc.h cputypes.h \
! db_machdep.h disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
float.h frame.h freebsd_machdep.h \
gdt.h \
--- 5,11 ----
INCS= ansi.h aout_machdep.h apmvar.h asm.h atomic.h \
bioscall.h bootinfo.h bswap.h byte_swap.h bus.h \
cdefs.h cpu.h cpufunc.h cputypes.h \
! darwin_machdep.h db_machdep.h disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
float.h frame.h freebsd_machdep.h \
gdt.h \
>Release-Note:
>Audit-Trail:
>Unformatted: