xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ffa58d3616e5d829faa8e8a201f25c785800ccb2
parent dd8689743404e31dc227a4f8ccff1b6d756dfee9
Author: rsc <rsc>
Date:   Fri, 24 Aug 2007 20:27:47 +0000

align

Diffstat:
Mtypes.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/types.h b/types.h @@ -1,3 +1,3 @@ -typedef unsigned int uint; +typedef unsigned int uint; typedef unsigned short ushort; -typedef unsigned char uchar; +typedef unsigned char uchar;