NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/48852 CD9660 RockRidge: device files not properly handled
The following reply was made to PR kern/48852; it has been noted by GNATS.
From: "Thomas Schmitt" <scdbackup%gmx.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/48852 CD9660 RockRidge: device files not properly handled
Date: Fri, 30 May 2014 14:28:08 +0200
The problem is in stat.st_dev versus stat.st_rdev.
I will send a patch proposal.
------------------------------------------------------------
Obviously the compile obstacle is not that /usr/include
would be included, but that libc is linked from userland.
An external variable used by macros of
/usr/src/sys/sys/ctype_inline.h
was not found at link time.
The remedy was to hack /usr/src/sys/sys/ctype_inline.h and
to define standalone versions of
isdigit islower isupper tolower toupper isprint isspace
Not really clean style:
makefs compilation fetches kernel source
/usr/src/sys/fs/udf/udf_osta.c
and robs other binaries
/usr/src/usr.sbin/mtree/spec.c
Home |
Main Index |
Thread Index |
Old Index