From: Michael R Sweet Date: Wed, 17 Oct 2018 15:36:45 +0000 (-0400) Subject: Drop SNMP functions. X-Git-Tag: v2.3b6~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ace3ea0a520ec84d1d2aa47d2fa1f556ef82db19;p=thirdparty%2Fcups.git Drop SNMP functions. --- diff --git a/cups/Makefile b/cups/Makefile index 2dee0a2387..9d3b422e1b 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -397,7 +397,7 @@ libcups2.def: $(LIBOBJS) $(IMAGEOBJS) Makefile (nm $(LIBOBJS) $(IMAGEOBJS) 2>/dev/null | grep "T _" | awk '{print $$3}'; \ echo __cups_strcpy; echo __cups_strlcat; echo __cups_strlcpy) | \ grep -v -E \ - -e 'cups_debug|Apple|BackChannel|Backend|FileCheck|Filter|GSSService|SetNegotiate|SideChannel' \ + -e 'cups_debug|Apple|BackChannel|Backend|FileCheck|Filter|GSSService|SetNegotiate|SideChannel|SNMP' \ -e 'Block$$' | \ sed -e '1,$$s/^_//' | sort >>libcups2.def diff --git a/cups/libcups2.def b/cups/libcups2.def index f28d096f04..d9fae539ae 100644 --- a/cups/libcups2.def +++ b/cups/libcups2.def @@ -52,18 +52,6 @@ _cupsRasterReadHeader _cupsRasterReadPixels _cupsRasterWriteHeader _cupsRasterWritePixels -_cupsSNMPClose -_cupsSNMPCopyOID -_cupsSNMPDefaultCommunity -_cupsSNMPIsOID -_cupsSNMPIsOIDPrefixed -_cupsSNMPOIDToString -_cupsSNMPOpen -_cupsSNMPRead -_cupsSNMPSetDebug -_cupsSNMPStringToOID -_cupsSNMPWalk -_cupsSNMPWrite _cupsSetDefaults _cupsSetError _cupsSetHTTPError