$NetBSD: patch-aa,v 1.1.1.1 2009/08/09 22:08:24 thomasklausner Exp $

--- src/geode_msr.c.orig	2009-06-19 13:48:22.000000000 +0000
+++ src/geode_msr.c
@@ -7,6 +7,14 @@
 #include "os.h"
 #include "geode.h"
 
+#ifndef lseek64
+#define lseek64 lseek
+#endif
+
+#ifndef off64_t
+#define off64_t off_t
+#endif
+
 static int
 _msr_open(void)
 {
