From 772a55eacedd6a21e484d372c6436d9ef5138934 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 7 Jan 2009 11:39:11 +0000 Subject: renamed struct queue to gqueue due to solaris defining queue git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@452 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcp.c') diff --git a/tcp.c b/tcp.c index c0a266c..00c796d 100644 --- a/tcp.c +++ b/tcp.c @@ -237,7 +237,7 @@ void *tcpclientrd(void *arg) { void *tcpserverwr(void *arg) { int cnt; struct client *client = (struct client *)arg; - struct queue *replyq; + struct gqueue *replyq; struct request *reply; debug(DBG_DBG, "tcpserverwr: starting for %s", addr2string(client->addr)); -- cgit v1.2.3