[RFC] replace non utf8 always with the same char
David Zeuthen
david at fubar.dk
Sat May 13 15:50:00 PDT 2006
On Fri, 2006-05-12 at 22:58 +0200, Danny Kukawka wrote:
> On Friday 12 May 2006 17:29, David Zeuthen wrote:
> > On Wed, 2006-05-10 at 19:48 +0100, Richard Hughes wrote:
> > > None of this stuff is linux specific, right? Should it live "further
> > > down" in ./hald/??
> >
> > Yes, it would probably be good to have a shared library that all helpers
> > can link statically [1] for all backends. It should probably live in
> > hald/helper_utils.
>
> Do we really need a own lib for this? Why not the same way as now? If we need
> a lib, why a shared lib static linked (If I understand you right ...) ... why
> not a static lib?
Oh, that's what I meant. So we'd have
hald/helper-util/helper-util.c
helper-util.h
that produces a static library libhelper-util.a that all the helpers in
hald/{linux2,freebsd,solaris}/{probing,addons} can link to statically.
> I'm not sure if we really need a lib for this. Why not add simply a *.h/c file
> (as e.g. utils.c) for the helper?
Because it spews compiler warnings on functions not used.
David
More information about the hal
mailing list