copy.c: remove an in-function #ifdef
authorJim Meyering <meyering@redhat.com>
Wed, 2 Apr 2008 11:52:04 +0000 (13:52 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 2 Apr 2008 16:22:59 +0000 (18:22 +0200)
commitf3653f0d204a07d80444c261126360901b849e37
tree56a40253f27783bf6aecc0a20a7c2bb6e81b8d81
parent184a0298f345a82f484d5281ee14217513703cc1
copy.c: remove an in-function #ifdef

* src/copy.c (rpl_mkfifo) [! HAVE_MKFIFO]: New function.
(mkfifo) [! HAVE_MKFIFO]: Define to rpl_mkfifo.
(copy_internal): Remove #ifdef.

Signed-off-by: Jim Meyering <meyering@redhat.com>
src/copy.c