Include filenamecat.c.
authorJim Meyering <jim@meyering.net>
Sat, 5 Nov 2005 09:34:57 +0000 (09:34 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 5 Nov 2005 09:34:57 +0000 (09:34 +0000)
commita8d0fd4c1bc3a62cbfca829c53104e5a7e798195
tree68883d716efddd2361ee408c8e9191c3422bffff
parentfc7d5aa98accf5b2fb12d7f031ee321122610ad0
Include filenamecat.c.
(FILE_BASENAME_CONCAT): Remove.
(do_link): Remove last arg DEST_IS_DIR.  All callers changed.
(main): Use file_name_concat, base_name, and strip_trailing_slashes
instead of FILE_BASENAME_CONCAT.  This simplifies the code, and avoids
the use of alloca.
src/ln.c