svn commit: r317415 - in head: lib/libbsnmp/libbsnmp tools/build/mk

Glen Barber gjb at FreeBSD.org
Tue Apr 25 18:07:50 UTC 2017


Author: gjb
Date: Tue Apr 25 18:07:48 2017
New Revision: 317415
URL: https://svnweb.freebsd.org/changeset/base/317415

Log:
  Remove an incorrect MLINK for tree(3) introduced in r310728.
  
  Reported by:	many
  PR:		216476
  MFC after:	3 days
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/libbsnmp/libbsnmp/Makefile
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/lib/libbsnmp/libbsnmp/Makefile
==============================================================================
--- head/lib/libbsnmp/libbsnmp/Makefile	Tue Apr 25 17:57:43 2017	(r317414)
+++ head/lib/libbsnmp/libbsnmp/Makefile	Tue Apr 25 18:07:48 2017	(r317415)
@@ -72,7 +72,6 @@ MLINKS+=	bsnmpagent.3	snmp_make_errresp.
 MLINKS+=	bsnmpagent.3	snmp_op_t.3
 MLINKS+=	bsnmpagent.3	snmp_set.3
 MLINKS+=	bsnmpagent.3	snmp_trace.3
-MLINKS+=	bsnmpagent.3	tree.3
 MLINKS+=	bsnmpagent.3	tree_size.3
 
 MLINKS+=	bsnmpclient.3	snmp_add_binding.3

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Tue Apr 25 17:57:43 2017	(r317414)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Tue Apr 25 18:07:48 2017	(r317415)
@@ -870,7 +870,6 @@ OLD_FILES+=usr/share/man/man3/snmp_trace
 OLD_FILES+=usr/share/man/man3/snmp_value_copy.3.gz
 OLD_FILES+=usr/share/man/man3/snmp_value_free.3.gz
 OLD_FILES+=usr/share/man/man3/snmp_value_parse.3.gz
-OLD_FILES+=usr/share/man/man3/tree.3.gz
 OLD_FILES+=usr/share/man/man3/tree_size.3.gz
 # usr.sbin/bsnmpd/bsnmpd
 OLD_FILES+=usr/share/man/man3/FIND_OBJECT_INT.3.gz


More information about the svn-src-head mailing list