Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/hpc/stand/include/lib/libkern



Module Name:    src
Committed By:   uwe
Date:           Wed Oct 18 01:39:01 UTC 2006

Added Files:
        src/sys/arch/hpc/stand/include/lib/libkern: libkern.h

Log Message:
The real libkern.h now uses "long long" that eVC has no clue about.
Instead of polluting libkern.h with ifdefs introduce our own private
copy.  Since AFAICT we only need it for libsa/ufs.c which only
includes it for the strlen() prototype, trim it to provide just that
for now.

We cannot just #include <string.h> (the WinCE one) here, as that pulls
in a lot of unrelated stuff, e.g. defines for limits that collide with
machine/limits.h


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/hpc/stand/include/lib/libkern/libkern.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index