X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2Fstdint.hxx;h=f90734edc6eb6c49e61de814c9a425620fa0b5ce;hb=b48c0e968fcba4c063419e12674a7f2b24954b43;hp=75742d0c305d9fb5b20f9608dae1e158298a471f;hpb=63f7e9feb03a290654a23cdd6bd0557852a0b36e;p=simgear.git diff --git a/simgear/misc/stdint.hxx b/simgear/misc/stdint.hxx index 75742d0c..f90734ed 100644 --- a/simgear/misc/stdint.hxx +++ b/simgear/misc/stdint.hxx @@ -4,20 +4,10 @@ // Copyright (C) 1999 Curtis L. Olson - http://www.flightgear.org/~curt // -// This library is free software; you can redistribute it and/or -// modify it under the terms of the GNU Library General Public -// License as published by the Free Software Foundation; either -// version 2 of the License, or (at your option) any later version. +// Written by Curtis Olson - http://www.flightgear.org/~curt +// Started September 2001. // -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Library General Public License for more details. -// -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the -// Free Software Foundation, Inc., 59 Temple Place - Suite 330, -// Boston, MA 02111-1307, USA. +// This file is in the Public Domain, and comes with no warranty. // // $Id$ @@ -56,7 +46,9 @@ typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t; typedef unsigned __int64 uint64_t; -#elif defined(sgi) + +typedef int ssize_t; +#elif defined(sgi) || defined(__sun) # include #else # include