Author: hrs
Date: Mon Mar  5 03:34:01 2018
New Revision: 330441
URL: https://svnweb.freebsd.org/changeset/base/330441

Log:
  Partially back out changes in r327464.  stdlib.h is used when
  RPCBIND_DEBUG is enabled.

Modified:
  head/usr.sbin/rpcbind/rpcb_svc.c

Modified: head/usr.sbin/rpcbind/rpcb_svc.c
==============================================================================
--- head/usr.sbin/rpcbind/rpcb_svc.c    Mon Mar  5 02:32:23 2018        
(r330440)
+++ head/usr.sbin/rpcbind/rpcb_svc.c    Mon Mar  5 03:34:01 2018        
(r330441)
@@ -48,6 +48,9 @@
 #include <rpc/rpcb_prot.h>
 #include <netconfig.h>
 #include <stdio.h>
+#ifdef RPCBIND_DEBUG
+#include <stdlib.h>
+#endif
 #include <string.h>
 
 #include "rpcbind.h"
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to