aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc.c')
-rw-r--r--src/ipc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ipc.c b/src/ipc.c
index 93839b6..ea39ed3 100644
--- a/src/ipc.c
+++ b/src/ipc.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.12 2012/06/22 10:22:24 james
+ * *** empty log message ***
+ *
* Revision 1.11 2008/03/07 14:13:40 james
* *** empty log message ***
*
@@ -86,7 +89,6 @@ ipc_msg_send_debug (Socket * s, char *msg)
{
char buf[sizeof (IPC_Msg_hdr) + IPC_MAX_BUF];
IPC_Msg_debug *m;
- int len;
m = (IPC_Msg_debug *) buf;
@@ -114,7 +116,6 @@ int
ipc_msg_send_history (Socket * s, History_ent * l)
{
IPC_Msg_history m;
- int len;
m.type = IPC_MSG_TYPE_HISTORY;
@@ -128,7 +129,6 @@ int
ipc_msg_send_vt102 (Socket * s, VT102 * v)
{
IPC_Msg_VT102 m;
- int len;
m.type = IPC_MSG_TYPE_VT102;