mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
17 lines
436 B
Plaintext
17 lines
436 B
Plaintext
$NetBSD: patch-az,v 1.1 2004/11/19 12:35:22 sketch Exp $
|
|
|
|
--- src/LocalFileSystem.c++.orig 2004-11-08 17:28:08.710285000 +0000
|
|
+++ src/LocalFileSystem.c++ 2004-11-08 17:28:53.492174000 +0000
|
|
@@ -27,7 +27,11 @@
|
|
#include "Log.h"
|
|
#include "Pollster.h"
|
|
|
|
+#if defined(HAVE_SYS_MNTTAB_H)
|
|
+LocalFileSystem::LocalFileSystem(const mnttab& mnt)
|
|
+#else
|
|
LocalFileSystem::LocalFileSystem(const mntent& mnt)
|
|
+#endif
|
|
: FileSystem(mnt)
|
|
{ }
|
|
|