bug-xorriso
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]