Date: Thu, 10 Jun 2010 14:19:51 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/man/man5 a.out.5 stab.5 src/sys/sys nlist_aout.h src/usr.bin/ipcs ipc.c Message-ID: <201006101424.o5AEOW2L019306@repoman.freebsd.org>
index | next in thread | raw e-mail
bz 2010-06-10 14:19:51 UTC
FreeBSD src repository
Modified files:
share/man/man5 a.out.5 stab.5
sys/sys nlist_aout.h
usr.bin/ipcs ipc.c
Log:
SVN rev 208986 on 2010-06-10 14:19:51Z by bz
Make the char *n_name member of struct nlist 'const'.
This avoids errors or __DECONST() from places with higher WARNS levels.
Adjust a local cache variable in ipcs to const as well
to compile in the new world order.
Suggested by: jhb
Reviewed by: jhb, kib, brueffer (man)
Revision Changes Path
1.20 +7 -7 src/share/man/man5/a.out.5
1.13 +2 -2 src/share/man/man5/stab.5
1.12 +2 -2 src/sys/sys/nlist_aout.h
1.2 +1 -1 src/usr.bin/ipcs/ipc.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006101424.o5AEOW2L019306>
