]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/sparc64/ieee1275/grub-ofpathname.c (main): Set progname.
authordavem <davem@localhost>
Fri, 8 May 2009 09:43:54 +0000 (09:43 +0000)
committerdavem <davem@localhost>
Fri, 8 May 2009 09:43:54 +0000 (09:43 +0000)
ChangeLog
util/sparc64/ieee1275/grub-ofpathname.c

index 0675a98e86703c429a25370bccbe1bbcf7ae7953..e3ef70ade7a66d5adc32cadb16637094925f5187 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-08  David S. Miller  <davem@davemloft.net>
+
+       * util/sparc64/ieee1275/grub-ofpathname.c (main): Set progname.
+
 2009-05-06  Robert Millan  <rmh.grub@aybabtu.com>
 
        * util/i386/pc/grub-setup.c (setup): Fix check for embed region
index 092826c21501bb3493a93b25bc8febecde84d251..358608b02f9787e397636c5cde404f1e5736d614 100644 (file)
@@ -24,6 +24,8 @@ int main(int argc, char **argv)
 {
   char *of_path;
 
+  progname = "grub-ofpathname";
+
   if (argc != 2)
     {
       printf("Usage: grub-ofpathname DEVICE\n");