Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 03/06/2000 03:03:46
Module Name: basesrc
Committed By: enami
Date: Mon Mar 6 11:03:45 UTC 2000
Modified Files:
basesrc/bin/ls: ls.c
Log Message:
- Fix a typo that when group_from_gid is failed (though it merely fails
on NetBSD), numeric gid string is used as `user'.
- Don't mix use %u and %d for numeric uid/gid.
- Share temporary buffer.
To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 basesrc/bin/ls/ls.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.