openbsd-ports/sysutils/fam/patches/patch-src_FileSystemTable_c++
jasper 98ef4ecd06 import File Alteration Monitor 2.7.0
FAM, the File Alteration Monitor, provides an API which applications can
use to be notified when specific files or directories are changed.

from alek@, with minor tweaks by me

feedback and ok espie@ martynas@
2007-04-27 22:00:55 +00:00

12 lines
494 B
Plaintext

$OpenBSD: patch-src_FileSystemTable_c++,v 1.1.1.1 2007/04/27 22:00:55 jasper Exp $
--- src/FileSystemTable.c++.orig Sat Jan 18 15:18:12 2003
+++ src/FileSystemTable.c++ Tue Apr 24 20:03:39 2007
@@ -255,7 +255,6 @@ FileSystemTable::find(const char *path, const Cred& cr
// create_fs_by_name initializes our "root" member variable.
if (!fs_by_name)
{ create_fs_by_name();
- mtab_watcher = new InternalClient(mtab_name, mtab_event_handler, NULL);
}
cr.become_user();