Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
dba1bc96
Commit
dba1bc96
authored
Dec 05, 2004
by
Mark Andrews
Browse files
1782. [port] OSX: --with-libtool + --enable-libbind broke on
__evOptMonoTime. [RT #13219]
parent
a513cacc
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
dba1bc96
1783. [cleanup] We only need one copy of libtool.m4, ltmain.sh in the
1783. [cleanup] We only need one copy of libtool.m4, ltmain.sh in the
source tree.
source tree.
1782. [placeholder] rt13219
1782. [port] OSX: --with-libtool + --enable-libbind broke on
__evOptMonoTime. [RT #13219]
1781. [port] FreeBSD 5.3: set PTHREAD_SCOPE_SYSTEM. [RT #12810]
1781. [port] FreeBSD 5.3: set PTHREAD_SCOPE_SYSTEM. [RT #12810]
...
...
lib/bind/isc/eventlib.c
View file @
dba1bc96
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
*/
*/
#if !defined(LINT) && !defined(CODECENTER)
#if !defined(LINT) && !defined(CODECENTER)
static
const
char
rcsid
[]
=
"$Id: eventlib.c,v 1.
5
2004/
03/18 02:58:00
marka Exp $"
;
static
const
char
rcsid
[]
=
"$Id: eventlib.c,v 1.
6
2004/
12/05 22:41:16
marka Exp $"
;
#endif
#endif
#include "port_before.h"
#include "port_before.h"
...
@@ -42,6 +42,8 @@ static const char rcsid[] = "$Id: eventlib.c,v 1.5 2004/03/18 02:58:00 marka Exp
...
@@ -42,6 +42,8 @@ static const char rcsid[] = "$Id: eventlib.c,v 1.5 2004/03/18 02:58:00 marka Exp
#include "port_after.h"
#include "port_after.h"
int
__evOptMonoTime
;
/* Forward. */
/* Forward. */
#ifdef NEED_PSELECT
#ifdef NEED_PSELECT
...
...
lib/bind/isc/eventlib_p.h
View file @
dba1bc96
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
/* eventlib_p.h - private interfaces for eventlib
/* eventlib_p.h - private interfaces for eventlib
* vix 09sep95 [initial]
* vix 09sep95 [initial]
*
*
* $Id: eventlib_p.h,v 1.
5
2004/
03/09 06:30:08
marka Exp $
* $Id: eventlib_p.h,v 1.
6
2004/
12/05 22:41:16
marka Exp $
*/
*/
#ifndef _EVENTLIB_P_H
#ifndef _EVENTLIB_P_H
...
@@ -214,6 +214,6 @@ void evDestroyTimers(const evContext_p *);
...
@@ -214,6 +214,6 @@ void evDestroyTimers(const evContext_p *);
evWait
*
evFreeWait
(
evContext_p
*
ctx
,
evWait
*
old
);
evWait
*
evFreeWait
(
evContext_p
*
ctx
,
evWait
*
old
);
/* Global options */
/* Global options */
int
__evOptMonoTime
;
extern
int
__evOptMonoTime
;
#endif
/*_EVENTLIB_P_H*/
#endif
/*_EVENTLIB_P_H*/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment