diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-28 23:29:38 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-28 23:29:38 +0000 |
| commit | 25aebae77d29f2984078606f0789a6db36218ea9 (patch) | |
| tree | 8e06d8c7722cb5e6de9e460d773c91f8495cfb52 /src/ln.c | |
| parent | Adjust to recent gnulib changes for the gnulib module. (diff) | |
| download | coreutils-25aebae77d29f2984078606f0789a6db36218ea9.tar.gz coreutils-25aebae77d29f2984078606f0789a6db36218ea9.zip | |
* src/copy.c (copy_internal): Don't test whether macros like
S_ISLNK are defined, since they're always defined now.
* src/cp.c (main): Likewise.
* src/ln.c (main): Likewise.
* src/ls.c (get_link_name, make_link_name): Likewise.
* src/mkfifo.c (usage): Likewise.
* src/who.c (S_IWGRP): Likewise.
Diffstat (limited to 'src/ln.c')
| -rw-r--r-- | src/ln.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -428,12 +428,7 @@ main (int argc, char **argv) dereference_dest_dir_symlinks = false; break; case 's': -#ifdef S_ISLNK symbolic_link = true; -#else - error (EXIT_FAILURE, 0, - _("symbolic links are not supported on this system")); -#endif break; case 't': if (target_directory) |
