2008-08-31 08:36:47 +02:00
|
|
|
$NetBSD: patch-at,v 1.2 2008/08/31 06:36:48 scottr Exp $
|
2007-10-17 23:35:53 +02:00
|
|
|
|
2008-08-31 08:36:47 +02:00
|
|
|
--- lib/include/posix.h.orig 2008-08-08 02:01:52.000000000 -0500
|
|
|
|
+++ lib/include/posix.h
|
|
|
|
@@ -151,7 +151,7 @@ int Posix_Getgrnam_r(ConstUnicode name,
|
|
|
|
char *buf, size_t size, struct group **pgr);
|
2007-10-17 23:35:53 +02:00
|
|
|
|
2008-08-31 08:36:47 +02:00
|
|
|
#if !defined(sun)
|
|
|
|
-#if !defined(__APPLE__) && !defined(__FreeBSD__)
|
|
|
|
+#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__NetBSD__)
|
|
|
|
int Posix_Mount(ConstUnicode source, ConstUnicode target,
|
|
|
|
const char *filesystemtype, unsigned long mountflags,
|
|
|
|
const void *data);
|
|
|
|
@@ -161,7 +161,7 @@ struct mntent *Posix_Getmntent(FILE *fp)
|
|
|
|
struct mntent *Posix_Getmntent_r(FILE *fp, struct mntent *m,
|
|
|
|
char *buf, int size);
|
|
|
|
|
|
|
|
-#endif // !defined(__APPLE__) && !defined(__FreeBSD__)
|
|
|
|
+#endif // !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__NetBSD__)
|
|
|
|
#else // !defined(sun)
|
|
|
|
int Posix_Getmntent(FILE *fp, struct mnttab *mp);
|
2007-10-17 23:35:53 +02:00
|
|
|
|