[Open-scap] [PATCH 16/17] Added fts_* implementations

Daniel Kopecek dkopecek at redhat.com
Tue Jul 19 08:51:35 UTC 2011


On Wed, 13 Jul 2011 16:41:54 -0400
Marshall Miller <mmiller at tresys.com> wrote:

> From: Francisco Slavin <fslavin at tresys.com>
> 
> Solaris does not provide fts_* functions, so copied from glibc with
> mods to get working on Solaris. If the function fts_open is available
> on the system, then fts_sun.h and fts_sun.c become empty. Fixed a
> problem with fts where only the root directory entry would be
> returned on solaris --- configure.ac               |    6 +
>  src/OVAL/Makefile.am       |    4 +-
>  src/OVAL/fts_sun.c         | 1156
> ++++++++++++++++++++++++++++++++++++++++++++
> src/OVAL/fts_sun.h         |  252 ++++++++++
> src/OVAL/probes/oval_fts.c |    5 + src/OVAL/probes/oval_fts.h |    4
> + 6 files changed, 1426 insertions(+), 1 deletions(-)
>  create mode 100644 src/OVAL/fts_sun.c
>  create mode 100644 src/OVAL/fts_sun.h

http://git.fedorahosted.org/git?p=openscap.git;a=commit;h=9792172f7daaf99a9c8e701a86983a51e34727da




More information about the Open-scap-list mailing list