#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)
Change History (3)
by , 16 years ago
Attachment: | kbuild-fix-acl-include.patch added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
Reworked Christian Authmann 's patch