Author: pjd
Date: Mon Oct 17 09:59:04 2011
New Revision: 226462
URL: http://svn.freebsd.org/changeset/base/226462
Log:
Remove redundant space.
MFC after: 1 week
Modified:
head/sbin/hastd/hast.h
Modified: head/sbin/hastd/hast.h
==============================================================================
--- head/sbin/hastd/hast.h Mon Oct 17 09:54:07 2011 (r226461)
+++ head/sbin/hastd/hast.h Mon Oct 17 09:59:04 2011 (r226462)
@@ -111,7 +111,7 @@ struct hastd_listen {
struct hastd_config {
/* Address to communicate with hastctl(8). */
- char hc_controladdr[HAST_ADDRSIZE];
+ char hc_controladdr[HAST_ADDRSIZE];
/* Protocol-specific data. */
struct proto_conn *hc_controlconn;
/* Incoming control connection. */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"