mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Fix bug # 163534 - remove Netscape Confidential and Proprietary marker
from errormap.c.
This commit is contained in:
parent
528fd9ba96
commit
0d16f36c0c
@ -21,27 +21,9 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* errormap.c - map NSPR and OS errors to strings
|
||||
*
|
||||
* CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF NETSCAPE COMMUNICATIONS
|
||||
* CORPORATION
|
||||
*
|
||||
* Copyright (C) 1998-9 Netscape Communications Corporation. All Rights Reserved.
|
||||
*
|
||||
* Use of this Source Code is subject to the terms of the applicable license
|
||||
* agreement from Netscape Communications Corporation.
|
||||
*
|
||||
* The copyright notice(s) in this Source Code does not indicate actual or
|
||||
* intended publication of this Source Code.
|
||||
* errormap.c - map NSPR and NSS errors to strings
|
||||
*/
|
||||
|
||||
/* XXX ceb
|
||||
* This code was stolen from Directory server.
|
||||
* ns/netsite/ldap/servers/slapd/errormap.c
|
||||
* OS errors are not handled, so the os error has been removed.
|
||||
*/
|
||||
|
||||
|
||||
#if defined( _WINDOWS )
|
||||
#include <windows.h>
|
||||
#include "proto-ntutil.h"
|
||||
|
Loading…
Reference in New Issue
Block a user