head	1.2;
access;
symbols
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.01.06.17.59.19;	author pav;	state dead;
branches;
next	1.1;

1.1
date	2008.05.17.19.15.03;	author barner;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Remove conditional checks for FreeBSD 5.x and older
@
text
@--- libfprint/drivers/upekts.c.orig	2008-04-29 22:04:53.000000000 +0200
+++ libfprint/drivers/upekts.c	2008-04-29 22:11:18.000000000 +0200
@@@@ -35,6 +35,8 @@@@
 
 #include <fp_internal.h>
 
+#include "libfprint/errno_compat.h"
+
 #define EP_IN (1 | USB_ENDPOINT_IN)
 #define EP_OUT (2 | USB_ENDPOINT_OUT)
 #define TIMEOUT 5000
--- libfprint/drivers/uru4000.c.orig	2008-04-29 22:04:44.000000000 +0200
+++ libfprint/drivers/uru4000.c	2008-04-29 22:11:33.000000000 +0200
@@@@ -28,6 +28,8 @@@@
 
 #include <fp_internal.h>
 
+#include "libfprint/errno_compat.h"
+
 #define EP_INTR			(1 | USB_ENDPOINT_IN)
 #define EP_DATA			(2 | USB_ENDPOINT_IN)
 #define USB_RQ			0x04
--- libfprint/errno_compat.h.orig	2008-04-29 22:30:31.550769000 +0200
+++ libfprint/errno_compat.h	2008-04-29 22:30:31.550769000 +0200
@@@@ -0,0 +1,6 @@@@
+#ifndef _ERRNO_COMPAT_H_
+#define _ERRNO_COMPAT_H_
+
+#define EPROTO	92
+
+#endif /* _ERRNO_COMPAT_H_ */
@


1.1
log
@- Fix build on FreeBSD5 by supplying non-existing Linux error code.

Requested by:	pointhat via pav
@
text
@@

