Subject: CVS commit: src/sbin/bim
To: None <source-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 06/26/2006 22:42:45
Module Name: src
Committed By: hubertf
Date: Mon Jun 26 22:42:45 UTC 2006
Modified Files:
src/sbin/bim: bim.c command.h extern.h
Log Message:
* constify
* replace two calls to strncpy() with strlcpy(), eliminating some
magic numbers
OK'd by christos@
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sbin/bim/bim.c
cvs rdiff -r1.5 -r1.6 src/sbin/bim/command.h
cvs rdiff -r1.3 -r1.4 src/sbin/bim/extern.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.