Date: Wed, 5 Jun 2002 16:35:32 -0700 (PDT) From: Archie Cobbs <archie@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_lmi.c ng_pppoe.c ng_pptpgre.c ng_rfc1490.c ng_socket.c Message-ID: <200206052335.g55NZWt88539@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
archie 2002/06/05 16:35:31 PDT Modified files: sys/netgraph ng_lmi.c ng_pppoe.c ng_pptpgre.c ng_rfc1490.c ng_socket.c Log: Const'ify variables to make it clear we're not writing to the mbuf data. Reviewed by: julian, brian MFC after: 1 week Revision Changes Path 1.15 +7 -7 src/sys/netgraph/ng_lmi.c 1.52 +33 -31 src/sys/netgraph/ng_pppoe.c 1.25 +9 -8 src/sys/netgraph/ng_pptpgre.c 1.17 +4 -3 src/sys/netgraph/ng_rfc1490.c 1.38 +1 -1 src/sys/netgraph/ng_socket.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?200206052335.g55NZWt88539>