Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/01/1996 16:50:14
mark
Mon Apr 1 16:44:01 EST 1996
Update of /a/cvsroot/src/usr.bin/units
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv2983
Modified Files:
units.c
Log Message:
Use an integer instead of a char to store the getopt() return value in
order to match the function prototype and to work with compilers that
default to unsigned chars.
Compare the getopt() return value with -1 instead of EOF.
mark
Mon Apr 1 16:45:32 EST 1996
Update of /a/cvsroot/src/usr.bin/vmstat
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv3070
Modified Files:
names.c
Log Message:
Provide a read_names() function for the arm32 port.
mark
Mon Apr 1 16:48:00 EST 1996
Update of /a/cvsroot/src/usr.bin/xlint/lint1
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv3110
Modified Files:
param.h
Log Message:
Define PTRDIFF_IS_LONG and SIZEOF_IS_ULONG for the arm32 port.