freebsd-dev/libexec/rtld-aout
Xin LI 06eda379d4 64-bit clean + WARNS=6:
- Convert the (char *) cast+cast backs magic to
	  memcpy(3).  Without this, the resulting code
	  is potentially risky with higher optimization
	  levels.
	- Avoid same name when calling local variables,
	  as well as global symbols.  This reduces
	  confusion for both human and compiler.
	- Add necessary casts, consts
	- Use new style function defination.
	- Minor style.Makefile(5) tweak
	- Bump WARNS?= from 0 to 6

** for the aout code: changes are intentionally limited
   to ease maintaince.
2005-01-14 12:22:57 +00:00
..
shlib.c 64-bit clean + WARNS=6: 2005-01-14 12:22:57 +00:00
shlib.h 64-bit clean + WARNS=6: 2005-01-14 12:22:57 +00:00
support.c Restore these files to make ldconfig(8) happy. 2005-01-11 16:40:29 +00:00
support.h Restore these files to make ldconfig(8) happy. 2005-01-11 16:40:29 +00:00