pkgsrc/mbone/dbeacon/patches/patch-dbeacon.h
he b2f62a0c77 It can happen that times() returns ((uint32_t)-1). If that happens,
retry a limited number of times, and log the events.  Export log() from
the main program for use in dbeacon_posix.cpp.

Fix the matrix.pl script since qw() no longer acts as parenteses, so add
some of our own where called for.

Bump PKGREVISION.
2014-12-09 10:45:51 +00:00

14 lines
362 B
C

$NetBSD: patch-dbeacon.h,v 1.1 2014/12/09 10:45:51 he Exp $
log() is also exported now.
--- dbeacon.h.orig 2007-06-25 00:32:38.000000000 +0000
+++ dbeacon.h
@@ -144,6 +144,7 @@ extern address beaconUnicastAddr;
extern int verbose;
+void log(int level, const char *format, ...);
void info(const char *format, ...);
void fatal(const char *format, ...);