Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#66 closed defect (fixed)

unneeded inclusion of sys/acl.h

Reported by: Alessio Cassibba (X-Drum) Owned by: bird
Priority: minor Milestone: 0.1.5
Component: kmk Version: 0.1.4
Keywords: Cc:

Description

kmk needs sys/acl.h to build (included in: src/kmk/kmkbuiltin/mv.c) but actually acl functionality is only used in fastcopy().

In addition fastcopy is only compiled when CROSS_DEVICE_MOVE is defined.

Initial patch credit goes to Christian Authmann (comment #2): http://bugs.gentoo.org/show_bug.cgi?id=236949

Attachments (1)

kbuild-fix-acl-include.patch (575 bytes) - added by Alessio Cassibba (X-Drum) 15 years ago.
Reworked Christian Authmann 's patch

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by Alessio Cassibba (X-Drum)

Reworked Christian Authmann 's patch

comment:1 Changed 15 years ago by bird

Resolution: fixed
Status: newclosed

(In [2142]) mv.c: avoid including sys/acl.h. Fixes #66.

comment:2 Changed 15 years ago by bird

(In [2251]) debian/control: drop libacl1-dev dependency. References #66.

Note: See TracTickets for help on using tickets.