diff options
author | wtc%netscape.com <devnull@localhost> | 1998-11-23 06:33:00 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 1998-11-23 06:33:00 +0000 |
commit | d976305902688512ed8a651effbe7f2a3171f8af (patch) | |
tree | 852159b8e0c870d67fbc76d8a53dfa2930725d2f /pr/src/misc/prcountr.c | |
parent | ff2890ebc6c7d2d10ea434010a65f4d1e9340178 (diff) | |
download | nspr-hg-d976305902688512ed8a651effbe7f2a3171f8af.tar.gz |
A jumbo checkin, consisting of:RDF_19981124_BASE
1. Ports to older revisions of some Unix variants, e.g., BSD/OS 1.1,
OSF1 V2.0, etc., contributed by Brian Ostrom <briano@netscape.com>.
2. QNX port, also contributed by Brian Ostrom.
3. New macro USE_MACH_DYLD to represent the dynamic library loading
API of NEXTSTEP and Rhapsody.
4. On platforms whose socket address has the sa_len field, make a
copy of the PRNetAddr argument for PR_Bind, PR_Connect, and PR_SendTo
and set its sa_len before passing it to the system calls. This
fix is suggested by Bert Driehuis <driehuis@playbeing.org>.
5. Removed the unused field _lockf64 of struct _MD_IOVector. Not
every Unix platform has lockf, and the POSIX file locking API
uses fcntl.
Diffstat (limited to 'pr/src/misc/prcountr.c')
-rw-r--r-- | pr/src/misc/prcountr.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/pr/src/misc/prcountr.c b/pr/src/misc/prcountr.c index 33e85d82..d1331392 100644 --- a/pr/src/misc/prcountr.c +++ b/pr/src/misc/prcountr.c @@ -494,17 +494,6 @@ PR_IMPLEMENT(PRCounterHandle) ** ** */ +/* Some compilers don't like an empty compilation unit. */ +static int dummy = 0; #endif /* defined(DEBUG) || defined(FORCE_NSPR_COUNTERS) */ - - - - - - - - - - - - - |