diff options
| author | hasso <hasso> | 2004-10-05 21:01:23 +0000 |
|---|---|---|
| committer | hasso <hasso> | 2004-10-05 21:01:23 +0000 |
| commit | 8c328f1106cf0498333c2d8a96940e7b4581e316 (patch) | |
| tree | 9bf24cca6a68a9dd5d4dda586484e497d0c19ca6 /lib/zclient.c | |
| parent | 98c91ac6ac085713c00af00a6ac41779be6b50b3 (diff) | |
Number of warnings is down to 3 again in lib directory. A lot of const's
added to strings and a lot of int -> unsigned int changes.
Diffstat (limited to 'lib/zclient.c')
| -rw-r--r-- | lib/zclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zclient.c b/lib/zclient.c index 5df420f21f..98829f6116 100644 --- a/lib/zclient.c +++ b/lib/zclient.c @@ -167,7 +167,7 @@ zclient_socket () #include <sys/un.h> int -zclient_socket_un (char *path) +zclient_socket_un (const char *path) { int ret; int sock, len; |
