summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 75dd132)
raw | patch | inline | side by side (parent: 75dd132)
author | Kalle Wallin <kaw@linux.se> | |
Tue, 6 Apr 2004 19:32:06 +0000 (19:32 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Tue, 6 Apr 2004 19:32:06 +0000 (19:32 +0000) |
libmpdclient.c | patch | blob | history |
diff --git a/libmpdclient.c b/libmpdclient.c
index 7a70faa72ef9f13a35c01aa5f360ed3f902db9d5..aa7b757259bd18044e6ea19f38eaa08f8d57ea74 100644 (file)
--- a/libmpdclient.c
+++ b/libmpdclient.c
#ifdef HAVE_CONFIG_H
#include "config.h"
#ifndef HAVE_SOCKLEN_T
-typedef int socklen_t;
+typedef SOCKLEN_T socklen_t;
#endif
#endif