summaryrefslogtreecommitdiff
path: root/src/ln.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-26 07:39:57 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-26 07:39:57 +0000
commitd45902c31b8d8890abfd4d70dccf00b4e7f37243 (patch)
tree0ada3ef5495d29187be04ed694a2b0dc6f8d8f10 /src/ln.c
parentcef32c7c86dce5949be6d8bdfc8879bbf013deac (diff)
downloadcoreutils-d45902c31b8d8890abfd4d70dccf00b4e7f37243.tar.xz
(link, symlink): Remove decls.
Diffstat (limited to 'src/ln.c')
-rw-r--r--src/ln.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ln.c b/src/ln.c
index 80b8eb6aa..0ec3d3eaf 100644
--- a/src/ln.c
+++ b/src/ln.c
@@ -39,12 +39,6 @@
# define ENABLE_HARD_LINK_TO_SYMLINK_WARNING 0
#endif
-int link (); /* Some systems don't declare this anywhere. */
-
-#ifdef S_ISLNK
-int symlink ();
-#endif
-
/* In being careful not even to try to make hard links to directories,
we have to know whether link(2) follows symlinks. If it does, then
we have to *stat* the `source' to see if the resulting link would be