Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: kaduk@MIT.EDU Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 559 Fix build on systems without RTM_OLD* For example, FreeBSD has removed RTM_OLDADD and RTM_OLDDEL from its API in March 2014, with the message: Garbage collect long time obsoleted (or never used) stuff from routing API Only attempt to define behavior for these cases if they are defined. https://github.com/krb5/krb5/commit/fd352d41a79013114708e99510b6be3836200237 Author: Ben Kaduk Commit: fd352d41a79013114708e99510b6be3836200237 Branch: master src/lib/apputils/net-server.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)