[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-xorriso] Re: Portability issues of xorriso on Solaris 9
From: |
Thomas Schmitt |
Subject: |
[Bug-xorriso] Re: Portability issues of xorriso on Solaris 9 |
Date: |
Tue, 18 Jan 2011 18:57:21 +0100 |
Hi,
small correction of my previos mail
> #ifdef HAVE_STDINT_H
> #include <stdint.h>
> #endif
> #ifdef HAVE_INTTYPES_H
> #include <inttypes.h>
> #endif
It is of course
#ifdef HAVE_STDINT_H
#include <stdint.h>
#else
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif
#endif
with an #else case. I copied the mail text from an outdated file.
The tarball is supposed to be ok.
Have a nice day :)
Thomas
- [Bug-xorriso] Re: -reply:<address@hidden>, (continued)
- [Bug-xorriso] Re: -reply:<address@hidden>, Dagobert Michelsen, 2011/01/17
- [Bug-xorriso] Re: Portability issues of xorriso on Solaris 9, Thomas Schmitt, 2011/01/18
- [Bug-xorriso] Re: Portability issues of xorriso on Solaris 9, Dagobert Michelsen, 2011/01/18
- [Bug-xorriso] Re: Portability issues of xorriso on Solaris 9, Thomas Schmitt, 2011/01/18
- [Bug-xorriso] Re: Portability issues of xorriso on Solaris 9, Thomas Schmitt, 2011/01/18
- [Bug-xorriso] Re: Portability issues of xorriso on Solaris 9, Dagobert Michelsen, 2011/01/18
- [Bug-xorriso] Re: Portability issues of xorriso on Solaris 9, Thomas Schmitt, 2011/01/18
- [Bug-xorriso] Re: Portability issues of xorriso on Solaris 9, Thomas Schmitt, 2011/01/18
- [Bug-xorriso] Re: Portability issues of xorriso on Solaris 9, Dagobert Michelsen, 2011/01/18
- [Bug-xorriso] Re: Portability issues of xorriso on Solaris 9, Thomas Schmitt, 2011/01/18
- [Bug-xorriso] Re: Portability issues of xorriso on Solaris 9,
Thomas Schmitt <=