Fix to the nomtools installed: mypid uninitialized
authorhpa <hpa>
Fri, 28 May 2004 19:03:18 +0000 (19:03 +0000)
committerhpa <hpa>
Fri, 28 May 2004 19:03:18 +0000 (19:03 +0000)
NEWS
syslinux-nomtools.c

diff --git a/NEWS b/NEWS
index 2895e7c..de8f1da 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ Changes in 2.10:
        * Major menu improvement from Murali Ganapathy.
        * ISOLINUX: Wonderfully sick and brilliant workaround for
          severe bugs in certain Award BIOSes; from Knut Petersen.
+       * SYSLINUX: Fix for the nomtools installed, from Frederic
+         Pasteleurs.
 
 Changes in 2.09:
        * SYSLINUX: Remove residual setuid crap from
index d49efec..f438343 100644 (file)
@@ -130,6 +130,7 @@ int main(int argc, char *argv[])
   off_t offset = 0;            /* -o (offset) option */
 
   program = argv[0];
+  mypid = getpid();
   
   device = NULL;