$NetBSD: patch-ak,v 1.1.1.1 2004/05/10 13:47:08 wiz Exp $ diff -rcp src/filter.c src/filter.c *** src/filter.c Mon May 12 05:03:00 2003 --- src/filter.c Mon Jun 9 17:45:39 2003 *************** int filter_unquote_options(char *options *** 127,133 **** } int load_plugin(char *path) { ! #if defined(__FreeBSD__) || defined (__APPLE__) const #endif char *error; --- 127,133 ---- } int load_plugin(char *path) { ! #if defined(__FreeBSD__) || defined (__APPLE__) || defined(__NetBSD__) const #endif char *error;