Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin
Module Name: src
Committed By: christos
Date: Sat Oct 16 02:03:54 UTC 2004
Modified Files:
src/usr.bin/rlogin: Makefile rlogin.c
src/usr.bin/rsh: Makefile rsh.c
Added Files:
src/usr.bin/rsh: getport.c getport.h
Log Message:
- Fix bug in port parsing code; s_port must be in network byte order.
- Factor out port parsing code and add error checking to it.
- WARNS=3
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/usr.bin/rlogin/Makefile
cvs rdiff -r1.30 -r1.31 src/usr.bin/rlogin/rlogin.c
cvs rdiff -r1.16 -r1.17 src/usr.bin/rsh/Makefile
cvs rdiff -r0 -r1.1 src/usr.bin/rsh/getport.c src/usr.bin/rsh/getport.h
cvs rdiff -r1.22 -r1.23 src/usr.bin/rsh/rsh.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