$NetBSD: patch-ap,v 1.1.1.1 2012/02/21 12:49:43 drochner Exp $ --- bin/override.c.orig 2010-08-09 05:29:21.000000000 +0900 +++ bin/override.c 2011-01-05 00:30:10.000000000 +0900 @@ -120,7 +120,7 @@ * * Some evil libraries modify the environment. We currently ignore the calls as * they could crash the process. This may cause funny behaviour though. */ -int putenv (char *str) +int putenv (const char *str) { if (override) {