mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
13 lines
277 B
C
13 lines
277 B
C
--- res/res_watchdog.c.orig Fri Jul 15 13:24:24 2005
|
|
+++ res/res_watchdog.c Fri Jul 15 13:24:42 2005
|
|
@@ -40,6 +40,10 @@
|
|
|
|
/* Registrar for operations */
|
|
|
|
+#ifndef O_SYNC
|
|
+#define O_SYNC O_FSYNC
|
|
+#endif
|
|
+
|
|
static struct watchdog_pvt *watchdogs = NULL;
|
|
|
|
STANDARD_LOCAL_USER;
|