Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make more utility functions static | Ron | 2009-07-05 | 1 | -1/+1 |
| | | | | | | | This keeps gcc-4.4 from nagging that they have no prototypes. Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | unify the headers/random defines into porting.h to avoid duplication/rot | Mike Frysinger | 2009-02-09 | 1 | -7/+5 |
| | |||||
* | cleanup style; no functional changes | Mike Frysinger | 2007-04-17 | 1 | -135/+133 |
| | |||||
* | use ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits ↵ | Mike Frysinger | 2005-12-30 | 1 | -9/+9 |
| | | | | in size, even on 64bit hosts, while Addr is the proper native size ... also get creative with our signed/unsigned usage to get rid of warnings | ||||
* | Allow ldconfig.host to build ld.so.cache for target, regardless of | Eric Andersen | 2005-09-30 | 1 | -1/+31 |
| | | | | the target system's byteorder | ||||
* | Begin converting the client utils | Eric Andersen | 2003-11-06 | 1 | -0/+115 |