Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-1-5] basesrc



Module Name:    basesrc
Committed By:   itojun
Date:           Wed Sep  4 01:26:45 UTC 2002

Modified Files:
        basesrc [netbsd-1-5]: CHANGES-1.5.4
        basesrc/lib/libc/net [netbsd-1-5]: res_mkquery.c

Log Message:
pullup lib/libc/net/res_mkquery.c 1.22 (itojun)

correct bad practice in the code - it uses two changing variables
to manage buffer (buf and buflen).  we eliminate buflen and use
fixed point (ep) as the ending pointer.


To generate a diff of this commit:
cvs rdiff -r1.1.2.14 -r1.1.2.15 basesrc/CHANGES-1.5.4
cvs rdiff -r1.18 -r1.18.4.1 basesrc/lib/libc/net/res_mkquery.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index