From ace3ea0a520ec84d1d2aa47d2fa1f556ef82db19 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 17 Oct 2018 11:36:45 -0400 Subject: [PATCH] Drop SNMP functions. --- cups/Makefile | 2 +- cups/libcups2.def | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/cups/Makefile b/cups/Makefile index 2dee0a238..9d3b422e1 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 f28d096f0..d9fae539a 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 -- 2.39.2