mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- MASTERSITE moved PR: 237545 Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer) Relnotes: https://github.com/abraunegg/onedrive/releases https://github.com/abraunegg/onedrive/blob/master/CHANGELOG.md
9 lines
335 B
D
9 lines
335 B
D
--- src/monitor.d.orig 2019-04-24 07:47:09 UTC
|
|
+++ src/monitor.d
|
|
@@ -1,4 +1,5 @@
|
|
-import core.sys.linux.sys.inotify;
|
|
+// import core.sys.linux.sys.inotify;
|
|
+import freebsd_inotify;
|
|
import core.stdc.errno;
|
|
import core.sys.posix.poll, core.sys.posix.unistd;
|
|
import std.exception, std.file, std.path, std.regex, std.stdio, std.string;
|