aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2006-10-18 21:57:44 +0000
committerNed Ludd <solar@gentoo.org>2006-10-18 21:57:44 +0000
commite2d0b1dc9b1c6d35e944fc5a2f9698e6ae98c819 (patch)
tree5159008b83737a3cabe3e72acba1ecf1c6420d8c /TODO
parent- fix -u/-g 0 a little (diff)
downloadpax-utils-e2d0b1dc9b1c6d35e944fc5a2f9698e6ae98c819.tar.gz
pax-utils-e2d0b1dc9b1c6d35e944fc5a2f9698e6ae98c819.tar.bz2
pax-utils-e2d0b1dc9b1c6d35e944fc5a2f9698e6ae98c819.zip
- update README to add homepage, VCS info etc..
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 78dbbd3..33d8a90 100644
--- a/TODO
+++ b/TODO
@@ -7,3 +7,6 @@ due to:
rel = REL ## B (elf->data + EGET(shdr[s].sh_offset)); \
rela = RELA ## B (elf->data + EGET(shdr[s].sh_offset)); \
sym = SYM ## B (elf->data + EGET(symtab->sh_offset)); \
+
+pspax -u 0
+errno = 0; uid = strtol(optarg, NULL, 10); if (uid == 0 && errno != 0) error("invalid value");