diff options
author | sibel <lesibel@free.fr> | 2011-01-18 15:29:53 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-18 15:29:53 +0100 |
commit | c0e739a00dc173a57c79b1cda1fa70d1eaa0696b (patch) | |
tree | 9e60c45fbaffa9e56c7570b844ac7890c70e5158 | |
parent | 2c05daf2e64b63d1f47a53fb2beb28a215e59183 (diff) | |
download | nutyx-extra-c0e739a00dc173a57c79b1cda1fa70d1eaa0696b.tar.gz nutyx-extra-c0e739a00dc173a57c79b1cda1fa70d1eaa0696b.tar.bz2 nutyx-extra-c0e739a00dc173a57c79b1cda1fa70d1eaa0696b.tar.xz nutyx-extra-c0e739a00dc173a57c79b1cda1fa70d1eaa0696b.zip |
talloc, maj footprint
-rw-r--r-- | base/talloc/.footprint | 4 | ||||
-rw-r--r-- | base/talloc/Pkgfile | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/base/talloc/.footprint b/base/talloc/.footprint index 10bddb10d..80fa93a86 100644 --- a/base/talloc/.footprint +++ b/base/talloc/.footprint @@ -7,7 +7,3 @@ drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libtalloc.so.2.0.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/talloc.pc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man3/ --rw-r--r-- root/root usr/share/man/man3/talloc.3.gz diff --git a/base/talloc/Pkgfile b/base/talloc/Pkgfile index 6a6f3f8f9..b8af5bcd7 100644 --- a/base/talloc/Pkgfile +++ b/base/talloc/Pkgfile @@ -1,4 +1,4 @@ -# Description: Un allocateur basé sur un pool hiÃrarchique de mémoire avec destructeurs +# Description: Un allocateur basé sur un pool hiÃrarchique de mémoire avec destructeurs # URL: http://tdb.samba.org/ # Packager: thierryn1 at hispeed dot ch # Maintainer: NuTyX core team |