Date: Sat, 15 Nov 2003 07:26:35 -0800 (PST) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libbsnmp/modules/snmp_netgraph BEGEMOT-NETGRAPH.txt snmp_netgraph.3 snmp_netgraph.c src/libexec/pppoed pppoed.c src/share/examples/netgraph ngctl src/share/man/man4 ng_atm.4 ng_bpf.4 ng_etf.4 ng_pppoe.4 src/usr.sbin/bluetooth/bt3cfw ... Message-ID: <200311151526.hAFFQZwV066560@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2003/11/15 07:26:35 PST FreeBSD src repository Modified files: lib/libbsnmp/modules/snmp_netgraph BEGEMOT-NETGRAPH.txt snmp_netgraph.3 snmp_netgraph.c libexec/pppoed pppoed.c share/examples/netgraph ngctl share/man/man4 ng_atm.4 ng_bpf.4 ng_etf.4 ng_pppoe.4 usr.sbin/bluetooth/bt3cfw bt3cfw.c usr.sbin/bluetooth/hcseriald hcseriald.c usr.sbin/ppp netgraph.c tty.c Log: Replace all uses of the old netgraph constants NG_*LEN by the new constants NG_*SIZ that include the trailing NUL byte. This change is mostly mechanical except for the replacement of a couple of snprintf() and sprintf() calls with strlcpy. Revision Changes Path 1.2 +9 -9 src/lib/libbsnmp/modules/snmp_netgraph/BEGEMOT-NETGRAPH.txt 1.2 +7 -7 src/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3 1.2 +39 -39 src/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.c 1.23 +1 -1 src/libexec/pppoed/pppoed.c 1.3 +2 -2 src/share/examples/netgraph/ngctl 1.3 +2 -2 src/share/man/man4/ng_atm.4 1.18 +4 -4 src/share/man/man4/ng_bpf.4 1.5 +1 -1 src/share/man/man4/ng_etf.4 1.21 +3 -3 src/share/man/man4/ng_pppoe.4 1.4 +1 -1 src/usr.sbin/bluetooth/bt3cfw/bt3cfw.c 1.4 +1 -1 src/usr.sbin/bluetooth/hcseriald/hcseriald.c 1.5 +9 -9 src/usr.sbin/ppp/netgraph.c 1.30 +2 -2 src/usr.sbin/ppp/tty.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311151526.hAFFQZwV066560>