diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | syslinux-nomtools.c | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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 diff --git a/syslinux-nomtools.c b/syslinux-nomtools.c index d49efec7..f4383434 100644 --- a/syslinux-nomtools.c +++ b/syslinux-nomtools.c @@ -130,6 +130,7 @@ int main(int argc, char *argv[]) off_t offset = 0; /* -o (offset) option */ program = argv[0]; + mypid = getpid(); device = NULL; |