|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Marc Espie (espie
nerim.net)Date: Mon Jun 03 2002 - 15:13:57 CDT
On Mon, Jun 03, 2002 at 03:18:24PM -0500, Joseph W. Shaw II wrote:
> On Mon, 3 Jun 2002, Marc Espie wrote:
>
> > On Mon, Jun 03, 2002 at 06:08:24AM -0000, Brian J. Kifiak wrote:
> > > Hi,
> > >
> > > Would there be any reason not to include more of the C99-specified
> > > macros in inttypes.h (or stdint.h or whatever)?
> > >
> > > Dinkum lays some of them out at
> > > http://www.dinkumware.com/htm_cl/inttypes.html.
> > >
> > > I'm seeing PRIi{16,32} and PRIu{16,32} pop up in some programs.
> >
> > I've started work on cleaning up our includes.
> > It's been delayed for various reasons.
>
> Cleaning of includes might explain why I had so much trouble yesterday
> with mount_cd9660.c and others when trying to compile the ramdisk_cd
> image. I noticved in CVSweb that export had been expanded to export_info
> in the various chunks of mount code, but had not been changed in
> /usr/include/sys/mount.h which caused this:
>
> cc -O2 -I/usr/src/sbin/mount_ext2fs/../mount -c mount_ext2fs.c
> mount_ext2fs.c: In function `main':
> mount_ext2fs.c:101: structure has no member named `export_info'
> mount_ext2fs.c:103: structure has no member named `export_info'
> mount_ext2fs.c:105: structure has no member named `export_info'
> *** Error code 1
Bzzzt ! learn how to rebuild your system. mount.h lives in
/usr/src/sys/sys, is installed by make include, and is just fine.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]