blob: e4bcba0abd1a6018b81acc853349d200a1b02bfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.1 2005/02/01 13:03:31 hamajima Exp $
--- ov51x.h.orig Tue Feb 1 21:45:32 2005
+++ ov51x.h Tue Feb 1 21:44:56 2005
@@ -27,6 +27,10 @@
#include <stdio.h>
#include "linux_usbif.h"
+#ifndef ENOSR /* before NetBSD 2.0 */
+#define ENOSR 90 /* No STREAM resource */
+#endif
+
#define OV511_DEBUG /* Turn on debug messages */
#ifdef OV511_DEBUG
|