Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2011 13:53:40 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r219669 - head/sbin/hastd
Message-ID:  <201103151353.p2FDre4B044904@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103151353.p2FDre4B044904>