head 1.2; access; symbols pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2024.08.23.17.55.59; author adam; state dead; branches; next 1.1; commitid JLHfYY4qVorPqYmF; 1.1 date 2024.06.25.06.53.09; author adam; state Exp; branches; next ; commitid 279sSXpTeZ71FkfF; desc @@ 1.2 log @ntopng: remove unused patch @ text @$NetBSD: patch-src_LuaEngineNtop.cpp,v 1.1 2024/06/25 06:53:09 adam Exp $ Fix error: invalid conversion from 'char**' to 'const char**'. --- src/LuaEngineNtop.cpp.orig 2024-06-25 06:42:44.129382916 +0000 +++ src/LuaEngineNtop.cpp @@@@ -6296,7 +6296,7 @@@@ static int ntop_rrd_tune(lua_State *vm) filename = argv[1]; reset_rrd_state(); - status = rrd_tune(argc, (char **)argv); + status = rrd_tune(argc, argv); if (status != 0) { char *err = rrd_get_error(); @ 1.1 log @ntopng: fix build @ text @d1 1 a1 1 $NetBSD$ @