]> git.ipfire.org Git - thirdparty/grub.git/commit
2009-11-09 Robert Millan <rmh.grub@aybabtu.com>
authorRobert Millan <rmh@aybabtu.com>
Mon, 9 Nov 2009 19:58:24 +0000 (19:58 +0000)
committerRobert Millan <rmh@aybabtu.com>
Mon, 9 Nov 2009 19:58:24 +0000 (19:58 +0000)
commit4825d7908cd4bdd9e9c59cd68c0b399ff454fc0d
tree613da36c62a77201170909a968154e6e842aa913
parent84b860d82795ef38665a25d57d3086c31881b7e8
2009-11-09  Robert Millan  <rmh.grub@aybabtu.com>

        * util/mkisofs/fnmatch.c: Remove.
        * util/mkisofs/getopt1.c: Likewise.
        * util/mkisofs/getopt.c: Likewise.
        * conf/common.rmk (grub_mkisofs_SOURCES): Replace
        `util/mkisofs/fnmatch.c', `util/mkisofs/getopt1.c' and
        `util/mkisofs/getopt.c' with `gnulib/fnmatch.c',
        `gnulib/getopt1.c' and `gnulib/getopt.c'.
        (grub_mkisofs_CFLAGS): Add `-I$(srcdir)/gnulib'.

        * configure.ac: Detect `mingw32msvc' host_os.
        Check for lstat(), getuid() and getgid().

        * util/mkisofs/joliet.c: Include `<stdint.h>'.  Replace all
        instances of `u_char' with `uint8_t'.

        * util/mkisofs/mkisofs.h: Include `<sys/stat.h>'.
        [!HAVE_GETUID] (getuid): New function (stub).
        [!HAVE_GETGID] (getgid): Likewise.
        [!HAVE_LSTAT] (lstat): Likewise.
        [!S_IROTH] (S_IROTH): New macro (dummy).
        [!S_IRGRP] (S_IRGRP): Likewise.
ChangeLog
conf/common.rmk
configure.ac
util/mkisofs/fnmatch.c [deleted file]
util/mkisofs/getopt.c [deleted file]
util/mkisofs/getopt1.c [deleted file]
util/mkisofs/joliet.c
util/mkisofs/mkisofs.h