Subject: CVS commit: src/sbin/fdisk
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 09/04/2007 00:34:58
Module Name: src
Committed By: tls
Date: Tue Sep 4 00:34:58 UTC 2007
Modified Files:
src/sbin/fdisk: fdisk.c
Log Message:
This program is a host tool, so when we use newfangled C features like
PRIxyz we have to ensure it still builds on hosts with Old compilers.
Noticed while building a cross-toolchain on FreeBSD 4.
To generate a diff of this commit:
cvs rdiff -r1.105 -r1.106 src/sbin/fdisk/fdisk.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.