1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

changed client_path and sever_path from 'char *' to 'const char *' to stop

compiler warning messages.
This commit is contained in:
Benjamin Marzinski 2005-04-29 21:52:46 +00:00
parent d54da54d67
commit 4ba6f5d078

View File

@ -56,8 +56,8 @@ struct daemon_message {
struct fifos { struct fifos {
int client; int client;
int server; int server;
char *client_path; const char *client_path;
char *server_path; const char *server_path;
}; };
/* Event type definitions. */ /* Event type definitions. */