19 lines
432 B
Plaintext
19 lines
432 B
Plaintext
$NetBSD: patch-af,v 1.1 2010/03/16 15:58:54 tnn Exp $
|
|
|
|
--- extensions/source/plugin/base/nfuncs.cxx.orig 2008-04-11 10:22:47.000000000 +0000
|
|
+++ extensions/source/plugin/base/nfuncs.cxx
|
|
@@ -102,8 +102,13 @@ NPNetscapeFuncs aNPNFuncs =
|
|
NPN_MemFree,
|
|
NPN_MemFlush,
|
|
NPN_ReloadPlugins,
|
|
+#if 0 /* xxxtnn */
|
|
NPN_GetJavaEnv,
|
|
NPN_GetJavaPeer,
|
|
+#else
|
|
+ NULL,
|
|
+ NULL,
|
|
+#endif
|
|
NPN_GetURLNotify,
|
|
NPN_PostURLNotify,
|
|
NPN_GetValue,
|