Module Name:    src
Committed By:   tsutsui
Date:           Fri May 31 20:36:24 UTC 2024

Modified Files:
        src/external/gpl2/mkhybrid/dist: mkisofs.c

Log Message:
Always use local getopt.h as cdrtools-2.01 did.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl2/mkhybrid/dist/mkisofs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/mkhybrid/dist/mkisofs.c
diff -u src/external/gpl2/mkhybrid/dist/mkisofs.c:1.3 src/external/gpl2/mkhybrid/dist/mkisofs.c:1.4
--- src/external/gpl2/mkhybrid/dist/mkisofs.c:1.3	Fri May 31 20:34:18 2024
+++ src/external/gpl2/mkhybrid/dist/mkisofs.c	Fri May 31 20:36:24 2024
@@ -28,11 +28,7 @@
 #include "match.h"
 #include "apple_proto.h"
 
-#ifdef linux
-#include <getopt.h>
-#else
-#include "getopt.h"
-#endif
+#include "getopt.h"	/* Always include local (nonstandard) getopt.h */
 
 #include "iso9660.h"
 #include <ctype.h>

Reply via email to