Date: Sun, 15 Feb 2004 14:01:23 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ldd sods.c Message-ID: <200402152201.i1FM1Nvo094694@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2004/02/15 14:01:23 PST FreeBSD src repository Modified files: usr.bin/ldd sods.c Log: 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. Revision Changes Path 1.16 +6 -6 src/usr.bin/ldd/sods.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402152201.i1FM1Nvo094694>