2010-01-08 Robert Millan <rmh.grub@aybabtu.com>

* src/mkisofs.c: Remove `ifdef linux' portability kludge.
This commit is contained in:
Robert Millan 2010-01-08 15:22:40 +00:00
parent cd943b7587
commit b394b2cab8
2 changed files with 5 additions and 6 deletions

View file

@ -1,4 +1,8 @@
2010-01-08 Robert Millan <rmh.mkisofs@aybabtu.com> 2010-01-08 Robert Millan <rmh.grub@aybabtu.com>
* src/mkisofs.c: Remove `ifdef linux' portability kludge.
2010-01-08 Robert Millan <rmh.grub@aybabtu.com>
* util/mkisofs/defaults.h (APPID_DEFAULT): Redefine using PACKAGE_NAME. * util/mkisofs/defaults.h (APPID_DEFAULT): Redefine using PACKAGE_NAME.
(SYSTEM_ID_DEFAULT): Set to "GNU" unconditionally. (SYSTEM_ID_DEFAULT): Set to "GNU" unconditionally.

View file

@ -26,12 +26,7 @@
#include "config.h" #include "config.h"
#include "mkisofs.h" #include "mkisofs.h"
#include "match.h" #include "match.h"
#ifdef linux
#include <getopt.h>
#else
#include "getopt.h" #include "getopt.h"
#endif
#include "iso9660.h" #include "iso9660.h"
#include <ctype.h> #include <ctype.h>