CVS commit: src/usr.bin/bthset

2016-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Mar 6 21:12:07 UTC 2016 Modified Files: src/usr.bin/bthset: bthset.c Log Message: use correct offset for channel in SDP record To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/bthset/bthset.c Please

CVS commit: src/usr.bin/bthset

2011-08-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 29 13:47:16 UTC 2011 Modified Files: src/usr.bin/bthset: bthset.c Log Message: static + __dead To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/bthset/bthset.c Please note that diffs are not public

CVS commit: src/usr.bin/bthset

2011-08-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Aug 25 16:19:23 UTC 2011 Modified Files: src/usr.bin/bthset: bthset.c Log Message: Avoid using non-literal format strings. Fix verbose option -- va_list is passed by reference and vprintf would have processed all arguments alre