summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-test_ippfind.c
blob: 3e3f7830168625c64a1f175c775079d7d18d649f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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)