Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/17/1999 09:41:45
Module Name: basesrc
Committed By: christos
Date: Sat Jul 17 16:41:45 UTC 1999
Modified Files:
basesrc/usr.bin/who: who.c
Log Message:
How did this bug survive for so long? 'who am i' was busted because
it checked for valid utmp entries with usr.ut_name != NULL which can
never happen ofcourse, instead of usr.ut_name[0] != '\0'
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/usr.bin/who/who.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.