summaryrefslogtreecommitdiff
path: root/usr.sbin/relayctl
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2009-08-07 11:21:54 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2009-08-07 11:21:54 +0000
commit220a305bdc0361c135e3a9df73ed8b7535bc2e67 (patch)
treeaa3e09da84e587cb77b43856a29df7f5bd2ecef6 /usr.sbin/relayctl
parentfadb209778763cd7089f0c3273b775a93941ad59 (diff)
rename 'struct session' to 'struct rsession' because it conflicts with
another 'struct session' in sys/sysctl.h.
Diffstat (limited to 'usr.sbin/relayctl')
-rw-r--r--usr.sbin/relayctl/relayctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/relayctl/relayctl.c b/usr.sbin/relayctl/relayctl.c
index 94aca767f97..0ce43e44114 100644
--- a/usr.sbin/relayctl/relayctl.c
+++ b/usr.sbin/relayctl/relayctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: relayctl.c,v 1.37 2009/06/05 23:39:51 pyr Exp $ */
+/* $OpenBSD: relayctl.c,v 1.38 2009/08/07 11:21:53 reyk Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -382,7 +382,7 @@ show_summary_msg(struct imsg *imsg, int type)
int
show_session_msg(struct imsg *imsg)
{
- struct session *con;
+ struct rsession *con;
char a[128], b[128];
struct timeval tv_now;