summaryrefslogtreecommitdiff
path: root/ext/standard/flock_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/flock_compat.c')
-rw-r--r--ext/standard/flock_compat.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/standard/flock_compat.c b/ext/standard/flock_compat.c
index 1ab7f676c3..6395df992c 100644
--- a/ext/standard/flock_compat.c
+++ b/ext/standard/flock_compat.c
@@ -216,3 +216,11 @@ int inet_aton(const char *cp, struct in_addr *ap)
}
#endif /* !HAVE_INET_ATON */
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim: sw=4 ts=4 tw=78 fdm=marker
+ */