]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix some^Wseveral style bugs from last commit.
authorPeter Edwards <peadar@FreeBSD.org>
Wed, 12 May 2004 21:38:39 +0000 (21:38 +0000)
committerPeter Edwards <peadar@FreeBSD.org>
Wed, 12 May 2004 21:38:39 +0000 (21:38 +0000)
commit07dee1a7779352f5c07ec63658f9351b0d9bec8a
treed8fc61e870f3320e715a2360327822714b1a3834
parentac006f74fde1be2da8c99afc6ebf0a6837316123
Fix some^Wseveral style bugs from last commit.

Remove "sys/types.h" as "sys/param.h" is already included

Use cast rather than back-pointer to convert from public to private
version of FTS data, and so avoid littering fts.h with any of the
details.

Pointed out By: bde, kientzle
include/fts.h
lib/libc/gen/fts-compat.c
lib/libc/gen/fts-compat.h
lib/libc/gen/fts.c