aboutsummaryrefslogblamecommitdiff
path: root/security/libfprint/files/patch-config.h.in
blob: 6102d68d17434c5e5cc95316897456eb615d1324 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                           
--- config.h.in~	2011-04-18 12:02:59.000000000 -0500
+++ config.h.in	2011-10-01 23:12:01.979122045 -0500
@@ -117,3 +117,8 @@
 #ifndef __cplusplus
 #undef inline
 #endif
+
+/* FreeBSD >=8 */
+#ifndef ETIME
+#define ETIME ETIMEDOUT
+#endif