X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2Fstdint.hxx;h=f90734edc6eb6c49e61de814c9a425620fa0b5ce;hb=619163d40e6beeaf08759944d80256692395ec9e;hp=90d52a93f7f03c6155b5975366512c38e8534558;hpb=6bb9080017da40941798ac3290e04d87d6ab49d6;p=simgear.git diff --git a/simgear/misc/stdint.hxx b/simgear/misc/stdint.hxx index 90d52a93..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$ @@ -58,7 +48,7 @@ typedef unsigned int uint32_t; typedef unsigned __int64 uint64_t; typedef int ssize_t; -#elif defined(sgi) +#elif defined(sgi) || defined(__sun) # include #else # include