From bc70de7b3302d5a81515b901cae376b8b51d2004 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 13:09:56 +0300 Subject: Move to gawk-3.1.0. --- pc/popen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pc/popen.h') diff --git a/pc/popen.h b/pc/popen.h index 3735f455..cc5d7cc3 100644 --- a/pc/popen.h +++ b/pc/popen.h @@ -15,7 +15,7 @@ # endif # define popen(c, m) os_popen(c, m) # define pclose(f) os_pclose(f) - extern FILE *os_popen( char *, char * ); + extern FILE *os_popen( char *, const char * ); extern int os_pclose( FILE * ); # endif #endif -- cgit v1.2.3