Skip to content

Commit

Permalink
Bug 1393854, NSPR_4_17_BETA2
Browse files Browse the repository at this point in the history
UPGRADE_NSPR_RELEASE
  • Loading branch information
kaie committed Sep 18, 2017
1 parent b0e04c3 commit cdebf60
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nsprpub/TAG-INFO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NSPR_4_17_BETA1
NSPR_4_17_BETA2
1 change: 1 addition & 0 deletions nsprpub/config/prdepend.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
*/

#error "Do not include this header file."

2 changes: 1 addition & 1 deletion nsprpub/pr/include/prinet.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ struct sockaddr_dl;
#endif /* XP_UNIX */
#include <netdb.h>

#if defined(FREEBSD) || defined(BSDI) || defined(QNX)
#if defined(BSDI) || defined(QNX)
#include <rpc/types.h> /* the only place that defines INADDR_LOOPBACK */
#endif

Expand Down
4 changes: 0 additions & 4 deletions nsprpub/pr/src/nspr.def
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,3 @@ EXPORTS ;-
PR_DuplicateEnvironment;
PR_GetEnvSecure;
;+} NSPR_4.10.3;
;+NSPR_4.17 {
;+ global:
PR_EXPERIMENTAL_ONLY_IN_4_17_GetOverlappedIOHandle;
;+} NSPR_4.16;

0 comments on commit cdebf60

Please sign in to comment.