Module Name:    src
Committed By:   matt
Date:           Wed Mar 21 10:09:21 UTC 2012

Modified Files:
        src/lib/csu/common_elf: common.h

Log Message:
Use __UNCONST to unconst a ""


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/csu/common_elf/common.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/csu/common_elf/common.h
diff -u src/lib/csu/common_elf/common.h:1.15 src/lib/csu/common_elf/common.h:1.16
--- src/lib/csu/common_elf/common.h:1.15	Mon Mar  7 05:09:09 2011
+++ src/lib/csu/common_elf/common.h	Wed Mar 21 10:09:20 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: common.h,v 1.15 2011/03/07 05:09:09 joerg Exp $ */
+/* $NetBSD: common.h,v 1.16 2012/03/21 10:09:20 matt Exp $ */
 
 /*
  * Copyright (c) 1995 Christopher G. Demetriou
@@ -66,7 +66,7 @@ do {						\
 static char	*_strrchr(char *, int);
 
 char	**environ;
-char	*__progname = "";
+char	*__progname = __UNCONST("");
 struct ps_strings *__ps_strings = 0;
 
 extern void	_init(void);

Reply via email to