svn commit: r219669 - head/sbin/hastd

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Mar 15 13:53:40 UTC 2011


Author: pjd
Date: Tue Mar 15 13:53:39 2011
New Revision: 219669
URL: http://svn.freebsd.org/changeset/base/219669

Log:
  Remove #include needed for debugging.
  
  MFC after:	1 week

Modified:
  head/sbin/hastd/proto_common.c

Modified: head/sbin/hastd/proto_common.c
==============================================================================
--- head/sbin/hastd/proto_common.c	Tue Mar 15 13:40:47 2011	(r219668)
+++ head/sbin/hastd/proto_common.c	Tue Mar 15 13:53:39 2011	(r219669)
@@ -104,7 +104,6 @@ proto_common_send(int sock, const unsign
 	return (proto_descriptor_send(sock, fd));
 }
 
-#include <stdio.h>
 static int
 proto_descriptor_recv(int sock, int *fdp)
 {


More information about the svn-src-all mailing list