Subject: CVS commit: src/usr.bin/telnet
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 02/06/2005 20:39:35
Module Name:	src
Committed By:	dsl
Date:		Sun Feb  6 20:39:35 UTC 2005

Modified Files:
	src/usr.bin/telnet: externs.h utilities.c

Log Message:
Change first arg of printsub() for 'char' to 'int' so that it builds again.
This matches the binary interface from before if was de-__Peed (or at least
that of K&R C).
In any case having arguments (and return values) of char and short isn't
especially sensible.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/usr.bin/telnet/externs.h
cvs rdiff -r1.20 -r1.21 src/usr.bin/telnet/utilities.c

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