1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/l0pht-watch/files/patch-ad
Kris Kennaway e8691a5cc2 On FreeBSD 5.0, use the new kqueue() notification system to monitor
for directory changes. This cuts CPU usage from 100% down to about 0.1%
as well as improving the reliability of change monitoring.
2000-04-25 08:04:55 +00:00

12 lines
322 B
Plaintext

--- list_utils.c.orig Tue Apr 25 00:58:27 2000
+++ list_utils.c Tue Apr 25 00:58:33 2000
@@ -168,7 +168,7 @@
-#ifdef 0
+#if 0
printf("%-11s %-2d %-8s %-8s %-6ld %-10s %-10s\n", filemodes,
(int)list->statbuf.st_nlink, username, groupname,
list->statbuf.st_size, timehold, list->filename);