trying for third time to fix bustage on mac

This commit is contained in:
morse%netscape.com 1999-06-06 00:56:14 +00:00
Родитель d004a6e70b
Коммит 9d2a638378
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -201,7 +201,7 @@ PRIVATE nsresult cookie_ProfileDirectory(nsFileSpec& dirSpec) {
return rv;
}
#ifdef XP_MAC
#ifndef XP_MAC
/*
* Write a line to a file
* return NS_OK if no error occurs
@ -1757,7 +1757,7 @@ NET_SetCookieStringFromHttp(FO_Present_Types outputFormat,
net_IntSetCookieString(context, cur_url, set_cookie_header, gmtCookieExpires);
}
#ifdef XP_MAC
#ifndef XP_MAC
/* saves the HTTP cookies permissions to disk */
PRIVATE void
net_SaveCookiePermissions()