]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(link, symlink): Remove decls.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Nov 2004 07:39:57 +0000 (07:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Nov 2004 07:39:57 +0000 (07:39 +0000)
src/ln.c

index 80b8eb6aa6dc9d33208bd6556ab143777b61cfba..0ec3d3eafcec492d7d4fa984f89cb9da758cd8cb 100644 (file)
--- a/src/ln.c
+++ b/src/ln.c
 # 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