Date: Sat, 21 Dec 2002 19:20:16 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys mmap.c Message-ID: <200212220320.gBM3KGBS067272@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2002/12/21 19:20:16 PST Modified files: lib/libc/sys mmap.c Log: Fix style (no space after return, twice-too-big continuation) and cast (casting long to a void pointer, rather than intptr_t to a void pointer) bogons. Reviewed by: bde Revision Changes Path 1.5 +2 -2 src/lib/libc/sys/mmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212220320.gBM3KGBS067272>