$NetBSD: patch-am,v 1.16 2005/12/11 11:03:13 markd Exp $

--- nsplugins/viewer/viewer.cpp.orig	2005-10-11 04:04:05.000000000 +1300
+++ nsplugins/viewer/viewer.cpp
@@ -205,6 +205,9 @@ bool qt_set_socket_handler( int sockfd, 
 }
 #endif
 
+#ifndef RLIMIT_AS
+#define RLIMIT_AS RLIMIT_DATA
+#endif
 
 int main(int argc, char** argv)
 {
