]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix builds with gcc version 4 - static vs extern in headers.
authorNathan Scott <nathans@sgi.com>
Wed, 9 Mar 2005 14:06:15 +0000 (14:06 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 9 Mar 2005 14:06:15 +0000 (14:06 +0000)
Merge of master-melb:xfs-cmds:21773a by kenmcd.

mkfile/xfs_mkfile.c

index a2d75897541106b8f6e7d916a4e016811f031507..28ee7d31fbd619f150cd140c715e072004fd550a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2003 Silicon Graphics, Inc.  All Rights Reserved.
+ * Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.  All Rights Reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of version 2 of the GNU General Public License as
@@ -39,7 +39,7 @@
 
 #define        MAXBUFFERSIZE   (256 * 1024)
 
-static char *progname;
+char *progname;
 
 static void
 usage(void)