mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
17 lines
452 B
C
17 lines
452 B
C
$NetBSD: patch-test_ippfind.c,v 1.1 2016/01/03 19:56:18 bsiegert Exp $
|
|
|
|
--- test/ippfind.c.orig 2015-05-19 02:36:15.000000000 +0000
|
|
+++ test/ippfind.c
|
|
@@ -1719,11 +1719,6 @@ dnssd_error_string(int error) /* I - Er
|
|
|
|
case kDNSServiceErr_PollingMode :
|
|
return ("Service polling mode error.");
|
|
-
|
|
-#ifndef WIN32
|
|
- case kDNSServiceErr_Timeout :
|
|
- return ("Service timeout.");
|
|
-#endif /* !WIN32 */
|
|
}
|
|
|
|
# elif defined(HAVE_AVAHI)
|