summaryrefslogtreecommitdiff
path: root/seq/aseqnet/aseqnet.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-12-16 18:44:14 +0000
committerTakashi Iwai <tiwai@suse.de>2005-12-16 18:44:14 +0000
commit9fb30e388fc3f7f7d7c52e187600654da46e8928 (patch)
treeff2dd451a4a46860cc1e9e9b4efeac7b2ef05788 /seq/aseqnet/aseqnet.c
parent6106ed87205edfa7a571ed86a1d836ec4e64df7f (diff)
downloadalsa-utils-9fb30e388fc3f7f7d7c52e187600654da46e8928.tar.gz
Fix compile warnings
Fix trivial compile warnings.
Diffstat (limited to 'seq/aseqnet/aseqnet.c')
-rw-r--r--seq/aseqnet/aseqnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/seq/aseqnet/aseqnet.c b/seq/aseqnet/aseqnet.c
index 9cb61c2..38de3d9 100644
--- a/seq/aseqnet/aseqnet.c
+++ b/seq/aseqnet/aseqnet.c
@@ -366,7 +366,7 @@ static void start_connection(void)
{
struct sockaddr_in addr;
int i;
- int addr_len;
+ socklen_t addr_len;
for (i = 0; i < max_connection; i++) {
if (netfd[i] < 0)