summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-10-26 22:41:03 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-10-26 22:41:03 +0100
commit33d457676b7a582d1502c39a17fe3ab575190be6 (patch)
treeecaf63e274d99bbc53b4696ad25bf9e04bdbf7bd
parent0ab154f2cd2879ea8a3cc65f66bbfc8ca3991088 (diff)
downloadlr-33d457676b7a582d1502c39a17fe3ab575190be6.tar.gz
lr-33d457676b7a582d1502c39a17fe3ab575190be6.tar.xz
lr-33d457676b7a582d1502c39a17fe3ab575190be6.zip
fstype for OpenBSD (thx @winks)
-rw-r--r--lr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lr.c b/lr.c
index 6bbefd3..7220dd2 100644
--- a/lr.c
+++ b/lr.c
@@ -673,7 +673,7 @@ scan_filesystems()
 
 	scanned_filesystems = 1;
 }
-#elif defined(__FreeBSD__) || (defined(__APPLE__) && defined(__MACH__))
+#elif defined(__FreeBSD__) || defined(__OpenBSD__) || (defined(__APPLE__) && defined(__MACH__))
 #include <sys/param.h>
 #include <sys/ucred.h>
 #include <sys/mount.h>