$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
