Revision: 2196
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2196
Author: davem
Date: 2009-05-08 09:43:54 +0000 (Fri, 08 May 2009)
Log Message:
-----------
* util/sparc64/ieee1275/grub-ofpathname.c (main): Set progname.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/util/sparc64/ieee1275/grub-ofpathname.c
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-05-06 11:56:17 UTC (rev 2195)
+++ trunk/grub2/ChangeLog 2009-05-08 09:43:54 UTC (rev 2196)
@@ -1,3 +1,7 @@
+2009-05-08 David S. Miller <[email protected]>
+
+ * util/sparc64/ieee1275/grub-ofpathname.c (main): Set progname.
+
2009-05-06 Robert Millan <[email protected]>
* util/i386/pc/grub-setup.c (setup): Fix check for embed region
Modified: trunk/grub2/util/sparc64/ieee1275/grub-ofpathname.c
===================================================================
--- trunk/grub2/util/sparc64/ieee1275/grub-ofpathname.c 2009-05-06 11:56:17 UTC
(rev 2195)
+++ trunk/grub2/util/sparc64/ieee1275/grub-ofpathname.c 2009-05-08 09:43:54 UTC
(rev 2196)
@@ -24,6 +24,8 @@
{
char *of_path;
+ progname = "grub-ofpathname";
+
if (argc != 2)
{
printf("Usage: grub-ofpathname DEVICE\n");