Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/rwho
Module Name: src
Committed By: christos
Date: Fri Sep 30 17:58:24 UTC 2005
Modified Files:
src/usr.bin/rwho: rwho.1 rwho.c
Log Message:
Patches from Liam Foy to:
- Use realloc instead of allocating 1000 structures.
- Remove NUSERS nonsense. If this is kept, shouldn't
who(1) comply with it too?
- Be consistent with who(1). Add two identical options
from who(1). These are -q and -H.
- General Cleans:
- Move globals into local scope
- Re-write a macro to remove an uneccessary
variable.
- Use UT_NAMESIZE.
- Remove unecessary header etc.
And from me, KNF, pass lint.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/usr.bin/rwho/rwho.1
cvs rdiff -r1.14 -r1.15 src/usr.bin/rwho/rwho.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index