From e2a0a7c26c42b3c1292c59644bd041ff6515add1 Mon Sep 17 00:00:00 2001 From: "pollmann%netscape.com" Date: Thu, 12 Oct 2000 04:50:35 +0000 Subject: [PATCH] Fix Un*x bustage (typo in last patch, oops, sorry!) git-svn-id: svn://10.0.0.236/trunk@81000 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/include/npapi.h | 4 ++-- mozilla/modules/plugin/base/public/npapi.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/include/npapi.h b/mozilla/include/npapi.h index 6bb7b3055ed..1fc103f75ff 100644 --- a/mozilla/include/npapi.h +++ b/mozilla/include/npapi.h @@ -22,7 +22,7 @@ /* - * npapi.h $Revision: 3.10 $ + * npapi.h $Revision: 3.11 $ * Netscape client plug-in API spec */ @@ -158,7 +158,7 @@ typedef unsigned long uint32; /* * AIX defines these in sys/inttypes.h included from sys/types.h */ -#if defined(_PR_AIX_HAVE_BSD_INT_TYPES) +#ifndef AIX #ifndef _INT16 typedef short int16; #endif diff --git a/mozilla/modules/plugin/base/public/npapi.h b/mozilla/modules/plugin/base/public/npapi.h index 6bb7b3055ed..1fc103f75ff 100644 --- a/mozilla/modules/plugin/base/public/npapi.h +++ b/mozilla/modules/plugin/base/public/npapi.h @@ -22,7 +22,7 @@ /* - * npapi.h $Revision: 3.10 $ + * npapi.h $Revision: 3.11 $ * Netscape client plug-in API spec */ @@ -158,7 +158,7 @@ typedef unsigned long uint32; /* * AIX defines these in sys/inttypes.h included from sys/types.h */ -#if defined(_PR_AIX_HAVE_BSD_INT_TYPES) +#ifndef AIX #ifndef _INT16 typedef short int16; #endif