More gcc 2.95 fixes

This commit is contained in:
cls%seawood.org 1999-08-11 05:59:26 +00:00
parent 5b352a16be
commit ce48612218
2 changed files with 2 additions and 1 deletions

View File

@ -176,7 +176,7 @@ printIncomingServer(nsIMsgIncomingServer *server)
#if 0
value=nsnull;
rv = server->GetPrettyName(&value);
rv = server->GetPrettyName((PRUnichar **)&value);
if (NS_SUCCEEDED(rv) && value) printf("\tPrettyName: %s\n", value);
#endif

View File

@ -28,6 +28,7 @@
#elif defined(XP_UNIX)
#include <sys/mman.h>
#include <fcntl.h>
#include <unistd.h>
#ifndef MAP_FAILED
#if defined (__STDC__) && __STDC__