diff options
author | venaas <venaas> | 2009-01-07 11:39:11 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2009-01-07 11:39:11 +0000 |
commit | 772a55eacedd6a21e484d372c6436d9ef5138934 (patch) | |
tree | ecd20eac1accc404c4582828df1ce43514e82644 /tcp.c | |
parent | 355e140b8839fff12f6636b634402c72124a367e (diff) |
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
Diffstat (limited to 'tcp.c')
-rw-r--r-- | tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |