浏览代码

(extract_mangle): Replace #ifdef S_ISLNK with #ifdef HAVE_SYMLINK.

Paul Eggert 26 年之前
父节点
当前提交
fbc8201238
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/mangle.c

+ 2 - 2
src/mangle.c

@@ -1,5 +1,5 @@
 /* Encode long filenames for GNU tar.
-   Copyright (C) 1988, 1992, 1994, 1996, 1997 Free Software Foundation, Inc.
+   Copyright 1988, 1992, 1994, 1996, 1997, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
@@ -101,7 +101,7 @@ extract_mangle (void)
 	  else if (verbose_option)
 	    WARN ((0, 0, _("Renamed %s to %s"), name, name_end + 4));
 	}
-#ifdef S_ISLNK
+#ifdef HAVE_SYMLINK
       else if (!strncmp (cursor, "Symlink ", 8))
 	{
 	  name = cursor + 8;