Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 1999 11:40:17 +0800
From:      Peter Wemm <peter@netplex.com.au>
To:        "Jordan K. Hubbard" <jkh@time.cdrom.com>
Cc:        sef@FreeBSD.ORG, current@FreeBSD.ORG
Subject:   Re: kdump/ktrace broken in -current 
Message-ID:  <199901270340.LAA09860@spinner.netplex.com.au>
In-Reply-To: Your message of "Tue, 26 Jan 1999 18:20:56 PST." <199901270220.SAA50280@time.cdrom.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
"Jordan K. Hubbard" wrote:
> ===> kdump
> cc -O -pipe -I/a/time/src/usr.bin/kdump/../ktrace -I/a/time/src/usr.bin/kdump
    /../..   -c /a/time/src/usr.bin/kdump/kdump.c
> /bin/sh /a/time/src/usr.bin/kdump/mkioctls > ioctl.c
> cc -O -pipe -I/a/time/src/usr.bin/kdump/../ktrace -I/a/time/src/usr.bin/kdump
    /../..   -c ioctl.c
> In file included from ioctl.c:66:
> /usr/include/pccard/cardinfo.h:57: redeclaration of `enum cardstate'
> /usr/include/pccard/cardinfo.h:57: conflicting types for `noslot'
> /usr/include/pccard/card.h:57: previous declaration of `noslot'
> /usr/include/pccard/cardinfo.h:57: conflicting types for `empty'
> /usr/include/pccard/card.h:57: previous declaration of `empty'

I had this problem..  There is a stray file in /usr/include/pccard - card.h 
should not be there, and the generator script for ktrace/kdump/truss finds 
it.

===
revision 1.9
date: 1997/11/18 21:03:57;  author: nate;  state: dead;  lines: +0 -0
- Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions with
  the card.h that config builds.

[ Repository renaming done in the background to save the card.h history ]
===

> JFYI..
> 
> - Jordan
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-current" in the body of the message
> 

Cheers,
-Peter
--
Peter Wemm <peter@netplex.com.au>   Netplex Consulting
"No coffee, No workee!" :-)



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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