Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/bin/csh
Module Name: src
Committed By: dogcow
Date: Tue Jul 10 00:30:24 UTC 2007
Modified Files:
src/bin/csh: csh.h proc.c
Log Message:
exposure of bool elsewhere in the code requires the addition of stdbool;
in addition, proc.c cleverly has a variable that was initially defined "int",
but had in the actual declaration "bool". oops.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/bin/csh/csh.h
cvs rdiff -r1.30 -r1.31 src/bin/csh/proc.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