From 556f150a10599ba9a1f64be9c2da89f2c575f243 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Fri, 6 Jun 2014 11:52:30 +0000 Subject: [PATCH] Add missing MLINKs. --- lib/libcuse/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/libcuse/Makefile b/lib/libcuse/Makefile index db28c22293a9..6269cbe28801 100644 --- a/lib/libcuse/Makefile +++ b/lib/libcuse/Makefile @@ -40,6 +40,7 @@ LDADD+= ${PTHREAD_LIBS} MLINKS= MLINKS+= cuse.3 cuse_alloc_unit_number.3 +MLINKS+= cuse.3 cuse_alloc_unit_number_by_id.3 MLINKS+= cuse.3 cuse_copy_in.3 MLINKS+= cuse.3 cuse_copy_out.3 MLINKS+= cuse.3 cuse_dev_create.3 @@ -49,7 +50,10 @@ MLINKS+= cuse.3 cuse_dev_get_per_file_handle.3 MLINKS+= cuse.3 cuse_dev_get_priv0.3 MLINKS+= cuse.3 cuse_dev_get_priv1.3 MLINKS+= cuse.3 cuse_dev_set_per_file_handle.3 +MLINKS+= cuse.3 cuse_dev_set_priv0.3 +MLINKS+= cuse.3 cuse_dev_set_priv1.3 MLINKS+= cuse.3 cuse_free_unit_number.3 +MLINKS+= cuse.3 cuse_free_unit_number_by_id.3 MLINKS+= cuse.3 cuse_got_peer_signal.3 MLINKS+= cuse.3 cuse_init.3 MLINKS+= cuse.3 cuse_poll_wakeup.3 @@ -59,6 +63,7 @@ MLINKS+= cuse.3 cuse_uninit.3 MLINKS+= cuse.3 cuse_vmalloc.3 MLINKS+= cuse.3 cuse_is_vmalloc_addr.3 MLINKS+= cuse.3 cuse_vmfree.3 +MLINKS+= cuse.3 cuse_vmoffset.3 MLINKS+= cuse.3 cuse_wait_and_process.3 .include