Date: Thu, 5 Dec 1996 10:46:22 -0800 (PST) From: "Jordan K. Hubbard" <jkh> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net ether_addr.c Message-ID: <199612051846.KAA23323@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 96/12/05 10:46:21 Modified: lib/libc/net ether_addr.c Log: Remove more instances of passing arrays by address when they should have simply been passed as arrays. In some cases, casts had even been added to remove the warnings generated by such misuse! Aieee! Revision Changes Path 1.5 +7 -7 src/lib/libc/net/ether_addr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612051846.KAA23323>