Age | Commit message (Collapse) | Author |
|
|
|
* 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@
|
|
Function arg types have not yet been fixed. OK fgs@, espie@
|
|
register variables. clean-up concept ok deraadt@
|
|
|
|
linking time, so that we can remove the corresponding kludge from gas.
|
|
|
|
|