Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/arm32/dev
Module Name: syssrc
Committed By: rearnsha
Date: Mon Sep 24 17:00:53 UTC 2001
Modified Files:
syssrc/sys/arch/arm32/dev: md_hooks.c
Log Message:
Hmm, on a.out platforms we have
size_t == unsigned int
on elf platforms we have
size_t == unsigned long int
So use %ld when printing and cast md->md_size to long.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/arch/arm32/dev/md_hooks.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