Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/20/1999 17:55:56
Module Name: basesrc
Committed By: lukem
Date: Tue Sep 21 00:55:56 UTC 1999
Modified Files:
basesrc/lib/libedit: el.c
Log Message:
* in el_source():
- don't reopen fp if it was successfully opened in a previous check
- use strlcpy()/strlcat() instead of snprintf() to build a pathname,
since the former are more portable to other systems than the latter
* whitespace fascism
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/lib/libedit/el.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.