summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2015-09-18 13:40:46 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2015-09-18 13:40:46 +0000
commit5756d2d5288379998021647f4f86a790029ed593 (patch)
tree6de5bd35b54fdf386d2c09dc14d94de79a356099 /sys/arch/zaurus
parentabe096b5a6fa73c396c488a5717f3c30376adf55 (diff)
Use the local unixdev.h file rather than the outdated libsa one.
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r--sys/arch/zaurus/stand/zboot/unixdev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/stand/zboot/unixdev.c b/sys/arch/zaurus/stand/zboot/unixdev.c
index 01a78fbf415..a3a0ade2376 100644
--- a/sys/arch/zaurus/stand/zboot/unixdev.c
+++ b/sys/arch/zaurus/stand/zboot/unixdev.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: unixdev.c,v 1.7 2011/03/13 00:13:53 deraadt Exp $ */
+/* $OpenBSD: unixdev.c,v 1.8 2015/09/18 13:40:45 miod Exp $ */
/*
* Copyright (c) 1996-1998 Michael Shalayeff
@@ -38,7 +38,7 @@
#undef open
#include "disk.h"
#include "libsa.h"
-#include <lib/libsa/unixdev.h>
+#include "unixdev.h"
int
unixstrategy(void *devdata, int rw, daddr32_t blk, size_t size, void *buf,