Module Name: src
Committed By: jdc
Date: Thu Aug 9 17:12:56 UTC 2012
Modified Files:
src/sys/arch/evbarm/stand/boot2440 [netbsd-6]: s3csdi.c
Log Message:
Pull up revision 1.2 to fix fallout from ticket #441.
Add <machine/int_mwgwtypes.h> include for intmax_t
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.2.1 src/sys/arch/evbarm/stand/boot2440/s3csdi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/stand/boot2440/s3csdi.c
diff -u src/sys/arch/evbarm/stand/boot2440/s3csdi.c:1.1 src/sys/arch/evbarm/stand/boot2440/s3csdi.c:1.1.2.1
--- src/sys/arch/evbarm/stand/boot2440/s3csdi.c:1.1 Mon Jan 30 03:28:34 2012
+++ src/sys/arch/evbarm/stand/boot2440/s3csdi.c Thu Aug 9 17:12:56 2012
@@ -32,6 +32,7 @@
#include <lib/libsa/stand.h>
+#include <machine/int_mwgwtypes.h>
#include <machine/limits.h>
#include <dev/sdmmc/sdmmcreg.h>