freebsd-dev/usr.bin/ldd
David Malone 10f106f5fd Fix a few WARNS:
1) Include string.h for strcpy.
2) Don't make duplicate declaration of dump_file, we now include extern.h.
3) Help out with some constness.
4) Cast to slightly better types in some comparisons.
2004-02-15 22:01:23 +00:00
..
extern.h Warns; ANSIfy, constify and move declarations into a common header. 2002-04-28 12:55:35 +00:00
ldd.1 Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ 2002-12-30 21:18:15 +00:00
ldd.c Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can return 2002-10-19 10:18:29 +00:00
Makefile Remove GCC-specific flags. 2002-04-28 12:54:24 +00:00
sods.c Fix a few WARNS: 2004-02-15 22:01:23 +00:00