summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/etc.c
AgeCommit message (Collapse)Author
2002-09-07ansification of ldMarco S Hyman
* normalized the signatures of the functions passed to each_file() and each_full_file(). In most cases that meant adding a void *dummy. In one case it changed an int to a void*, but the arg was only checked for zero/not-zero so the change was not significant. * removes unused code and structures. * makes sure printf args match their format. * got rid of some of the gcc -Wall warnings OK deraadt@
2002-05-24replace code w/ no license w/ public domain codeEric Jackson
deraadt@ ok
2000-04-24Add xstrdup() - like strdup but get fatal error if memory is exhausted.Oleg Safiullin
Avoid duplicates in search path. ok espie@
1998-03-26RCS id cleanupNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt