diff options
author | Jim Meyering <meyering@redhat.com> | 2008-01-02 17:48:09 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-01-04 16:17:16 +0100 |
commit | 8d89b6b23e297a60385ce7576dbd13ea14acbbe1 (patch) | |
tree | f95583ae81a824b1eaff1bc3abf5edc41f27eb8e /libidu/walker.c | |
parent | 447bbb9ae4fd8190817001e3c7065a504721cd0a (diff) | |
download | idutils-8d89b6b23e297a60385ce7576dbd13ea14acbbe1.tar.gz idutils-8d89b6b23e297a60385ce7576dbd13ea14acbbe1.tar.bz2 idutils-8d89b6b23e297a60385ce7576dbd13ea14acbbe1.zip |
Don't include <strsep.h>. Now it's guaranteed to be in <string.h>.
* libidu/walker.c: Don't include <strsep.h>.
* libidu/idfile.c: Likewise.
* libidu/scanners.c: Likewise.
Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'libidu/walker.c')
-rw-r--r-- | libidu/walker.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libidu/walker.c b/libidu/walker.c index ae0b2de..4bd7a88 100644 --- a/libidu/walker.c +++ b/libidu/walker.c @@ -1,5 +1,5 @@ /* walker.c -- nifty file-tree walker - Copyright (C) 1986, 1995, 1996, 1999, 2000, 2007 + Copyright (C) 1986, 1995, 1996, 1999, 2000, 2008 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> @@ -24,7 +24,6 @@ #include <stddef.h> #include <unistd.h> #include <string.h> -#include <strsep.h> #include <fnmatch.h> #include <dirent.h> #include <errno.h> |