Commit Graph

  • 81afea0110 * src/copy.c (copy_internal): Use mknod rather than mkfifo to copy a fifo. This preserves the special mode bits on Solaris 10, which is compatible with what Solaris 10 cp -R does. Paul Eggert 2006-10-18 22:33:06 +00:00
  • 7bc17873e5 * src/copy.c (copy_internal): Remove redundant and confusing local variable src_type. Paul Eggert 2006-10-18 21:02:27 +00:00
  • 11cf1d39f2 * src/copy.c (copy_internal): Don't pass mkdir a mode greater than 7777. This matches historical 'cp' behavior and avoids some (though not all) implementation-defined behavior of mkdir. * src/cp.c (make_dir_parents_private): Likewise. * src/copy.c (copy_internal): Don't pass 'open' a mode greater than 777. This is required by POSIX. It doesn't make any difference in actual behavior on any host that I know of. Paul Eggert 2006-10-18 20:56:38 +00:00
  • f594f1fb38 *** empty log message *** Jim Meyering 2006-10-17 20:12:05 +00:00
  • a186e9eda6 * src/dd.c (usage): Use two spaces (not one) to separate the "fdatasync" option string from its description, so help2man formats the derived man page properly. Reported by Samuel Thibault in <http://bugs.debian.org/393649>. Jim Meyering 2006-10-17 13:51:47 +00:00
  • d1ea87316f *** empty log message *** Jim Meyering 2006-10-17 13:48:27 +00:00
  • 8029cc8b5a * .x-sc_trailing_blank: Remove names of files that are no longer version-controlled. Jim Meyering 2006-10-16 20:20:03 +00:00
  • 7a0f8b0487 * src/groups.sh (version): Reword message to match the other programs. Problem reported by Eric Blake. Paul Eggert 2006-10-16 16:53:22 +00:00
  • dd8398a3c6 [m4/ChangeLog] * sha512.m4 (gl_SHA512): Add u64.h to AC_LIBSOURCES. [lib/ChangeLog] Port sha512sum to hosts where uintmax_t is only 32 bits, e.g., HP/Tandom NonStop OSS circa 2005 has 32-bit uintmax_t, 64-bit intmax_t. * u64.h: New file. * sha512.c (SWAP, sha512_init_ctx, sha384_init_ctx, sha512_read_ctx): (sha384_read_ctx, sha512_conclude_ctx, sha512_process_bytes): (sha512_round_constants, F2, F1, sha512_process_block): (S0, S1, SS0, SS1, M, R): Rewrite to use u64.h instead of assuming uint64_t. * sha512.h: Include u64.h rather than stdint.h. (rol64): Remove; moved to u64.h and renamed to u64rol. Paul Eggert 2006-10-15 06:17:45 +00:00
  • 443d509578 * Makefile.maint (headers_with_interesting_macro_defs): Define. (.re-defmac, sc_always_defined_macros): New rules. Jim Meyering 2006-10-14 12:17:24 +00:00
  • e0b2cb892a *** empty log message *** Jim Meyering 2006-10-14 12:15:13 +00:00
  • ebcf61da0f * tests/cp/Makefile.am (TESTS): Add backup-dir. Jim Meyering 2006-10-14 12:14:53 +00:00
  • 1491ae9ceb * src/system.h (EXIT_FAILURE, EXIT_SUCCESS): Remove definitions. Instead, include "exit.h". This hereby retires the work-around for "Sony NEWS-OS Release 4.0C"'s bug due to "#define EXIT_FAILURE 0". Jim Meyering 2006-10-14 12:12:44 +00:00
  • f3fbb64189 * src/cksum.c (uint_fast32_t): Don't define. Instead, include <stdint.h>. Jim Meyering 2006-10-14 12:04:31 +00:00
  • 32cfc1ffec clean up Jim Meyering 2006-10-14 12:03:50 +00:00
  • 46693ba15b * src/pinky.c: Don't include stat-macros.h; system.h already does it. Jim Meyering 2006-10-14 12:02:14 +00:00
  • 269263a5f7 * src/pinky.c (S_IWGRP): Don't define. Instead, include "stat-macros.h". Jim Meyering 2006-10-14 10:38:54 +00:00
  • 34b35b1a3e [ChangeLog] * Makefile.cfg: Remove cruft that's now handled via bootstrap. * Makefile.maint: Likewise, remove these targets/rules/variables: (local_updates, update, cvs-update, wget_files, get-targets): Remove. (cvs_files, wget-update, automake_repo): Likewise. Move the comment about cvsu to build-aux/vc-list-files, where cvsu is actually used. [build-aux/ChangeLog] * vc-list-files: Add a comment about cvsu. Jim Meyering 2006-10-14 09:51:58 +00:00
  • e2c177710a * Makefile.maint (cvs-update): Use $(CVS), not "cvs". Jim Meyering 2006-10-14 09:39:34 +00:00
  • 8a2e111207 * vc-list-files: Don't filter git-ls-files output through cut. Jim Meyering 2006-10-14 09:31:27 +00:00
  • 095c1c83eb Work also when the working directory (with e.g. coreutils sources) is version controlled with git, rather than CVS. * bootstrap (CVS_only_file): Test for the existence of README-cvs, rather than CVS. In messages and comments, say e.g., "checked-out sources", rather than "CVS sources". (version_controlled_file): New function. Work for git as well as for CVS. Don't use grep's -q option. (slurp): Call it here, in place of CVS-specific code. Jim Meyering 2006-10-14 08:51:27 +00:00
  • 0dc7f78986 * NEWS: cp -r --backup dir1 dir2, would rename an existing dir1/dir2 to dir1/dir2~. * src/copy.c (copy_internal): Although we do create a backup of each destination directory when in move mode, don't do that when copying. Reported by Peter Breitenlohner, in <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/8616>. * tests/cp/backup-dir: New file. Test for the above. Jim Meyering 2006-10-14 05:20:27 +00:00
  • 779168820b *** empty log message *** Jim Meyering 2006-10-14 05:06:38 +00:00
  • 965232b5b9 More chown/chgrp dereferencing-related fixes. * src/chown-core.c (change_file_owner): Don't use fts_statp if we're dereferencing symlinks. Reverse conjuncts, so that we use dereference file_stats (aka ent->fts_statp) only *after* we've confirmed that chopt->affect_symlink_referent is true. Otherwise, we might use ent->fts_statp uninitialized. Don't turn on FTS_NOSTAT when dereferencing symlinks. * tests/chown/deref: Update the expected diagnostic, now that this test case (trying to use "chown --dereference ..." on a dangling symlink) takes a different code path. Jim Meyering 2006-10-13 21:11:53 +00:00
  • 5dea5d07cd Sync from Bison, as follows: Paul Eggert 2006-10-13 19:07:21 +00:00
  • f2c088fa10 * NEWS: Mention the above. Jim Meyering 2006-10-13 19:05:07 +00:00
  • dc9790379c * src/chown-core.c (change_file_owner): Use fstatat, not stat, now that we're using fts_open with FTS_CWDFD. * tests/chgrp/posix-H: Add --preserve-root to an invocation of chgrp, to exercise the above fix. Jim Meyering 2006-10-13 18:51:08 +00:00
  • 8552234cb5 * src/du-tests: Clean up a little, though it's still not portable. Jim Meyering 2006-10-13 15:25:37 +00:00
  • b985c478d6 * .vg-suppressions: Add 3 more for debian unstable. Jim Meyering 2006-10-13 14:40:34 +00:00
  • 1471e1e61f * tests/ls/Test.pm: Remove long-unused file. Suggestions from Bruno Haible. Jim Meyering 2006-10-13 14:16:39 +00:00
  • 8dda1ae431 * Makefile.am (EXTRA_DIST): Add bootstrap.conf. Suggestion from Bruno Haible. Jim Meyering 2006-10-13 14:13:24 +00:00
  • c0b262550c * Makefile.am (libcoreutils_a_LIBADD): Append $(LIBOBJS), to accommodate the latest version of gnulib-tool. (libcoreutils_a_DEPENDENCIES): Likewise. From Bruno Haible. Jim Meyering 2006-10-12 21:13:24 +00:00
  • bad80a7223 * Makefile.am (THANKS-to-translators): Add missing $(srcdir). (MAINTAINERCLEANFILES): Add .kludge-stamp. * man/Makefile.am (MAINTAINERCLEANFILES): Typo $(dist_man_MANS) instead of $(man_MANS). Jim Meyering 2006-10-12 21:10:43 +00:00
  • 9f70d6021b * configure.ac: Avoid compiler warnings about default return type in function definitions and unused variables in tests. * src/who.c (print_user) [HAVE_UT_HOST]: hostlen is only needed if this is #defined. Jim Meyering 2006-10-12 20:39:33 +00:00
  • 5f60ffcfcf [ChangeLog] * configure.ac: Reflect s/gl_MACROS/coreutils_MACROS/ renaming. Call gl_INIT directly, rather than through the above. [m4/ChangeLog] * jm-macros.m4 (coreutils_MACROS): Rename from gl_MACROS, now that most of the gnulib macros have migrated into gnulib. Don't call gl_INIT here (now it's called from configure.ac, directly). Jim Meyering 2006-10-12 20:37:02 +00:00
  • 90224c6639 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell variable was sometimes used without being initialized. This messed up the installation of the INSTALL file in some cases. Paul Eggert 2006-10-11 23:03:55 +00:00
  • 8202f4d6d5 *** empty log message *** Jim Meyering 2006-10-11 05:46:25 +00:00
  • e3e4f829a1 * src/ls.c (usage): Correct description of -s, --size. It works even without -l. Suggestion from Karl Berry. Jim Meyering 2006-10-11 05:44:41 +00:00
  • e245a66054 * src/ls.c (quote_name): Use initializer rather than memset to initialize an object to zero. This is easier to read and is less likely to introduce an runtime error due to a mixup. It causes gcc -W to issue a warning, but you can work around this by appending -Wno-missing-field-initializers. * src/pathchk.c (portable_chars_only): Likewise. * src/shred.c (main): Likewise. * src/stty.c (main): Likewise. * src/tr.c (card_of_complement): Likewise. * src/wc.c (wc): Likewise. Paul Eggert 2006-10-10 22:57:07 +00:00
  • 489ff7f0cd * src/sort.c (usage): Mention again that sort fields are origin 1. Paul Eggert 2006-10-09 23:26:33 +00:00
  • 2983bf7c85 * NEWS: Fix typo: iso-8602 -> iso-8601. Problem reported by Bob Proulx. Paul Eggert 2006-10-09 20:38:56 +00:00
  • 34d0ffbce4 * bootstrap (usage, main program, symlink_to_gnulib): Add option --copy. Inspired by a suggestion from Bruno Haible. Paul Eggert 2006-10-09 20:33:38 +00:00
  • 6089facdc3 Avoid a compiler warning. * src/pathchk.c (portable_chars_only): Initialize variable of type mbstate_t via memset, rather than via '{0}'. Patch from Bruno Haible. Jim Meyering 2006-10-09 11:56:40 +00:00
  • 181428d653 * jm-macros.m4 (gl_MACROS): Remove use of AC_CONFIG_LIBOBJ_DIR(lib). It is no longer needed, and was causing dependencies to appear in lib/lib/.deps, which provoked a "make distcheck" failure. Jim Meyering 2006-10-07 15:53:03 +00:00
  • 4b86e52050 Give credit to Lars Wendler. Paul Eggert 2006-10-07 07:12:12 +00:00
  • dc52b433ef * src/install.c (make_ancestor): New arg COMPONENT. * src/mkdir.c (make_ancestor): Likewise. * tests/install/basic-1: Check for install -Dv bug. Paul Eggert 2006-10-07 07:08:29 +00:00
  • 4767fc607e Fix bug reported today by Mike Frysinger: mkdir -pv is logging the wrong file name in some cases. * src/install.c (struct install_options): New type. (install_file_in_file_parents, main): Use it instead of struct cp_options. (process_dir): Remember the full name. (announce_mkdir, make_ancestor): Use the full name in announcements. * src/mkdir.c (struct mkdir_options): Add full_name member. (make_ancestor): Use the full name in announcements. (process_dir): Remember the full name. * tests/mkdir/Makefile.am (TESTS): Add p-v. * tests/mkdir/p-v: New file, to test this bug. Paul Eggert 2006-10-06 20:44:31 +00:00
  • 0fc6edb714 Avoid a compiler warning: const'ify and remove a cast. * randread.c (struct randread_source) [handler]: Make parameter "const". [handler_arg]: Add "const" attribute. (randread_error): Make parameter "const". (simple_new, randread_set_handler, randread_set_handler_arg): Likewise. (randread_new): Remove now-unnecessary cast. * randread.h: Adjust prototypes. Jim Meyering 2006-10-06 14:37:48 +00:00
  • c620aeeb90 * src/c99-to-c89.diff: Update to reflect new offsets. Jim Meyering 2006-10-06 14:24:09 +00:00
  • 2a8efc2647 * src/chgrp.c: Don't include lchown.h; no longer needed. * src/chown.c: Likewise. Paul Eggert 2006-10-05 22:40:55 +00:00
  • 08984eef49 * tests/ls/stat-dtype: Use a dynamic test to decide whether the current file system has useful d_type info. Paul Eggert 2006-10-05 22:10:08 +00:00
  • 1fa3b50140 * src/dd.c (flags): noatime and nofollow now depend on HAVE_WORKING_O_NOATIME and HAVE_WORKING_O_NOFOLLOW, too. (usage): Output info about noatime and nofollow only if they are known to work. * src/remove.c (AD_push): Inspect HAVE_WORKING_O_NOFOLLOW rather than O_NOFOLLOW, when testing whether it's possible to avoid a race condition reliably. Paul Eggert 2006-10-05 21:39:12 +00:00
  • d78ad5cacc * tests/install/basic-1: Skip the latter part of this test if the just-built dd binary is not readable. Otherwise, this test would fail when binaries were created as root. Reported by Bauke Jan Douma in <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/8433>. Jim Meyering 2006-10-05 08:43:24 +00:00
  • c5bccf11cc * src/system.h (ST_BLKSIZE): Ceiling at SIZE_MAX / 8 + 1, not at 4 MiB, since XFS hosts can legitimately have large values of st_blksize. Problem reported by Tony Ernst in <http://savannah.gnu.org/bugs/?17903>. Paul Eggert 2006-10-03 22:25:51 +00:00
  • 1d4ac49f9d * NEWS: Update here, too. Jim Meyering 2006-10-03 22:07:36 +00:00
  • a1da4a039d * src/remove.c (nonexistent_file_errno): Remove ENAMETOOLONG. Paul Eggert pointed out that the specified file may exist, in spite of such an errno value. * tests/rm/Makefile.am (TESTS): Remove ignore-name-too-long. * tests/rm/ignore-name-too-long: Remove file. Jim Meyering 2006-10-03 22:06:31 +00:00
  • 184dcf2caf * tests/rm/fail-eperm: Report failure also if rm is terminated by a signal. Jim Meyering 2006-10-03 13:57:26 +00:00
  • 41011fa81d * src/c99-to-c89.diff: Convert two c99'isms -- one in remove.c and one in shred.c -- that were added before coreutils-6.3. Reported by Michael Deutschmann. Jim Meyering 2006-10-03 13:57:04 +00:00
  • 2f7025ad2a * src/c99-to-c89.diff: Update to reflect new offsets. Jim Meyering 2006-10-03 13:40:36 +00:00
  • 9ac369c2bd * src/remove.c (remove_entry): With -f, exit successfully in spite of a missing file under some very unusual conditions (with errno being any of ENOENT, ENOTDIR, ENAMETOOLONG). Jim Meyering 2006-10-03 13:32:55 +00:00
  • da9541f18e With --force (-f), rm no longer fails for ENOTDIR. * src/remove.c (ignorable_missing): New function. Use it everywhere, rather than open-coding the test. Andreas Schwab reported the ENOTDIR problem. (ignorable_missing): Similarly, don't fail for ENAMETOOLONG. * NEWS: Mention the bug fix. * tests/rm/ignorable: New file. Test for the ENOTDIR case. * tests/rm/ignore-name-too-long: New file. Test for ENAMETOOLONG. * tests/rm/Makefile.am (TESTS): Add the new file names. Jim Meyering 2006-10-03 13:13:09 +00:00
  • d2e7358a9b * NEWS: Add a line for 6.4-cvs. * configure.ac (AC_INIT): Bump to 6.4 and add "-cvs" suffix. Jim Meyering 2006-10-02 11:47:48 +00:00
  • d8086bc220 * bootstrap: Undo last change to this file, since now gnulib-tool sticks with the automake default in generating dependencies. Jim Meyering 2006-10-02 11:47:35 +00:00
  • 2244cc1456 . Jim Meyering 2006-09-30 17:37:25 +00:00
  • 10688306fa Version 6.3. * NEWS: Record the 6.3 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. v6.3 COREUTILS-6_3 Jim Meyering 2006-09-30 07:43:21 +00:00
  • af8862ae29 * src/c99-to-c89.diff: Update offsets. Jim Meyering 2006-09-30 07:37:07 +00:00
  • 37986655cf * .cvsignore: Add openat-proc.c. Paul Eggert 2006-09-30 00:42:06 +00:00
  • f7ecea33e4 * tests/rm/readdir-bug: Don't use $(...) in a shell script, as it doesn't work with Solaris /bin/sh. Paul Eggert 2006-09-30 00:19:29 +00:00
  • e245139e46 * NEWS: Mention Paul's fix (to gnulib's canon-host.c) for the pinky segfault. Jim Meyering 2006-09-29 21:37:18 +00:00
  • 2e328b0196 * tests/seq/basic [neg-2, eq-wid-2]: Comment out tests that use .1 as the increment. Actual output varies too much. [eq-wid-3]: New, commented out test. Jim Meyering 2006-09-29 16:52:59 +00:00
  • a38becce97 * src/shuf.c (read_input): Fix an off-by-one error that would cause an infloop for piped input of 8KB or more. * NEWS: Mention the fix. * tests/misc/shuf: Test for the above fix. Jim Meyering 2006-09-29 16:52:48 +00:00
  • 31c77a2fde [ChangeLog] Since any system may be affected by the Darwin readdir bug, perform the extra rewinddir unconditionally. The performance impact of rewinding a directory is negligible. * src/remove.c (NEED_REWIND): Define to use CONSECUTIVE_READDIR_UNLINK_THRESHOLD unconditionally. [m4/ChangeLog] * readdir.m4: Remove file once again. * jm-macros.m4: Remove reference to gl_FUNC_READDIR. Jim Meyering 2006-09-29 15:58:04 +00:00
  • af46184a80 * tests/seq/basic: Use .11 as the upper bound, in case the ".1" increment translates to a slightly larger value. This corrects a test failure on FreeBSD 6.1 reported by Nelson Beebe. The final expected value wasn't being printed. Jim Meyering 2006-09-29 11:30:48 +00:00
  • a4d470409f Work around a readdir bug in Darwin 7.9.0 (MacOS X 10.3.9) on HFS+ and NFS, whereby rm would not remove all files in a directory. * src/remove.c (CONSECUTIVE_READDIR_UNLINK_THRESHOLD): Reduce to 10. (NEED_REWIND): New macro, so that we incur the cost of the work-around rewinddir only on afflicted systems. * NEWS: Clarify and correct. * tests/rm/readdir-bug: New file. Test for the above fix. * tests/rm/Makefile.am (TESTS): Add it. Prompted by testing and analysis from Bruno Haible: http://lists.gnu.org/archive/html/bug-coreutils/2006-09/msg00326.html Jim Meyering 2006-09-29 09:54:24 +00:00
  • 344c446776 fix typo: s/dignostic/diagnostic/ Jim Meyering 2006-09-28 23:08:20 +00:00
  • f2d5658c08 * tests/rm/fail-eperm: Unset BASH_ENV, CDPATH, and ENV, too; suggested for Debian stable, which uses Perl 5.8.4. Paul Eggert 2006-09-28 22:07:42 +00:00
  • 0bc935e209 * readdir.m4: Increment serial number. Jim Meyering 2006-09-28 21:03:58 +00:00
  • b15b6fa192 * jm-macros.m4: Require the new macro. * readdir.m4 (gl_FUNC_READDIR): Rename from GL_FUNC_READDIR. Jim Meyering 2006-09-28 21:03:15 +00:00
  • 665b228730 * readdir.m4: Revivify this file. We need it to work around a bug on Darwin 0.7.x. Jim Meyering 2006-09-28 21:00:30 +00:00
  • d37c3b8c6d Automatically generated dependencies are important even when all of the sources in a directory come from gnulib. * bootstrap (gnulib_tool): Remove the "no-dependencies" automake option that gnulib-tool adds to what becomes our lib/gnulib.mk. Jim Meyering 2006-09-28 18:33:19 +00:00
  • ec3554cd95 * tests/rm/fail-eperm: Enable Perl's (-T) taint checking. Ensure that IFS is set properly and unset PATH. Sanitize inputs. Work properly even when the name of the selected file starts with "-". Invoke rm via "../../src/rm", and adjust expected output. Prompted by a patch from Tim Waugh. Jim Meyering 2006-09-28 13:31:57 +00:00
  • c2de7816d8 * README-cvs: Add Bison to the list of required packages. Jim Meyering 2006-09-28 07:10:53 +00:00
  • 0747af4b18 * src/c99-to-c89.diff: Update offsets. Jim Meyering 2006-09-26 22:57:51 +00:00
  • a86a56f7d1 * NEWS: rm works around a bug in Darwin 8.6.1 w/NFS that kept it from removing a directory containing 188 or more entries. * src/remove.c (CONSECUTIVE_READDIR_UNLINK_THRESHOLD): Decrease by 20, go work around the buggy readdir on Darwin 8.6.1 with NFS. Reported by Matthew Woehlke. Jim Meyering 2006-09-26 20:42:43 +00:00
  • b7c315cdda [ChangeLog] * NEWS: "groups user" no longer outputs "user :"; you need at least two users. "groups" now processes options like --help more compatibly. * src/groups.sh: Implement the option-processing change. Handle user and group names with special characters more robustly. Report write errors instead of exiting silently with status 1. [doc/ChangeLog] * coreutils.texi (groups invocation): "groups" no longer prefixes the output with "user :" unless more than one user is specified. Paul Eggert 2006-09-26 19:11:25 +00:00
  • 412a3ca0b0 * README: Warn not to run autoreconf manually. Use bootstrap instead. Jim Meyering 2006-09-26 13:03:03 +00:00
  • bbab62fd27 * src/groups.sh: When invoked with 0 or 1 argument, just exec "id". Rewrite to avoid using temporary, $status. Jim Meyering 2006-09-26 09:46:35 +00:00
  • 5f65d05616 * NEWS: Mention the bug fix. * src/groups.sh: Don't hide a write failure. Reported by Iain Calder <ic56@rogers.com>. Jim Meyering 2006-09-26 09:28:17 +00:00
  • 509febe18b *** empty log message *** Jim Meyering 2006-09-26 09:18:20 +00:00
  • 3d524d9ab2 * .cvsignore: Add fchmodat.c. Paul Eggert 2006-09-26 05:21:55 +00:00
  • 1cd04b34dd * fchmodat.c: Remove file. gnulib's copy is identical. Jim Meyering 2006-09-25 16:58:53 +00:00
  • d3c6206631 * src/chown.c (usage): Clarify --dereference description. * src/chgrp.c (usage): Likewise. Suggestion from Jamie McClelland. Jim Meyering 2006-09-25 06:28:34 +00:00
  • f951057414 *** empty log message *** Jim Meyering 2006-09-25 06:22:35 +00:00
  • e05de760c2 * NEWS: Mention these fixes. * src/copy.c (copy_reg): With --verbose (-v), print "removed `file_name'" just after unlinking a file. (copy_internal): Likewise, in three more places. Marc Lehman reported that "touch x; ln x y; mv -v x y" was silent. Jim Meyering 2006-09-24 19:28:25 +00:00
  • de88ea4c5d . Jim Meyering 2006-09-24 19:27:02 +00:00
  • af5967eae2 * tests/mv/hard-verbose: New file. Test for the above fix. * tests/mv/Makefile.am (TESTS): Add hard-verbose. Jim Meyering 2006-09-24 16:55:13 +00:00
  • 6649f01059 * tests/help-version (sync_args): Don't call sync, since it spins up disks that I've deliberately caused to spin down (but not unmounted). Jim Meyering 2006-09-24 16:46:41 +00:00
  • 200aa48e15 * NEWS: Mention the improvement to sort. Jim Meyering 2006-09-24 11:44:16 +00:00
  • 867251d725 * tests/tail-2/proc-ksyms: Require that /proc/ksyms be readable as well as existing. Jim Meyering 2006-09-24 07:29:44 +00:00
  • b4963a7f70 * tests/ls/stat-dtype: Don't use tmpfs on linux-2.4 or older, since that predated addition of d_type support. Jim Meyering 2006-09-24 07:27:00 +00:00