Subject: CVS commit: src/sbin/fdisk
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 06/12/2005 19:06:43
Module Name: src
Committed By: dyoung
Date: Sun Jun 12 19:06:43 UTC 2005
Modified Files:
src/sbin/fdisk: fdisk.c
Log Message:
For portability, use standard types: s/uint/unsigned int/,
s/ulong/unsigned long/, s/u_int8_t/uint8_t/.
To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 src/sbin/fdisk/fdisk.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.