1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Add managed boxes feature to fix the build on latest master

This commit is contained in:
Jordi Boggiano 2013-10-24 15:24:55 +02:00
parent 16cb934fe9
commit a910b54e4a

View file

@ -1,4 +1,5 @@
#[link(name="cat", vers="1.0.0", author="Seldaek")]; #[link(name="cat", vers="1.0.0", author="Seldaek")];
#[feature(managed_boxes)]
/* /*
* This file is part of the uutils coreutils package. * This file is part of the uutils coreutils package.