浏览代码

* add deprecated and platform modifiers to this unit,
since it uses libc and is linux/i386 only.

git-svn-id: branches/fixes_2_6@20551 -

marco 13 年之前
父节点
当前提交
19b421f474
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/unixutil/src/unixutils.pp

+ 1 - 1
packages/unixutil/src/unixutils.pp

@@ -13,7 +13,7 @@
 {$mode objfpc}
 {$h+}
 
-Unit UnixUtils;
+Unit UnixUtils platform deprecated 'Linux/i386 legacy unit';
 
 Interface