- Try to fix build on DragonFly

This commit is contained in:
Dmitry Marakasov 2017-01-13 09:22:17 +00:00
parent dcbd50da0b
commit 2f6b91a4ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431356

View file

@ -0,0 +1,11 @@
--- src/l64seek.h.orig 2000-12-13 22:56:07 UTC
+++ src/l64seek.h
@@ -33,7 +33,7 @@
#endif
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__DragonFly__)
typedef off_t off64_t;
#endif