Subject: CVS commit: src/usr.bin/w
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/26/2003 17:01:10
Module Name:	src
Committed By:	christos
Date:		Wed Feb 26 15:01:09 UTC 2003

Modified Files:
	src/usr.bin/w: Makefile w.c

Log Message:
- Remove SUPPORT_FTPD_UTMP flag. Enable it only for utmp entries, utmpx does
  not need it since it can get the pid from the utmpx structure.
- If the line is not found, and the pid is present (from utmpx) use that to
  determine the process information for that particular entry.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/usr.bin/w/Makefile
cvs rdiff -r1.54 -r1.55 src/usr.bin/w/w.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.