blob: 31dcd05123b942fcff7c259bbcd48fd95a34b5a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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)
{
|