]> sourceware.org Git - lvm2.git/commitdiff
coverity: cleaning some PW.NOT_COMPATIBLE_WITH_PREVIOUS_DECL
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 12 Jul 2016 14:42:14 +0000 (16:42 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 13 Jul 2016 19:52:14 +0000 (21:52 +0200)
Some very low-prio warns....

libdaemon/client/config-util.h
libdaemon/client/daemon-client.h

index 64cce8bbf364742634dddf0ca1dbec2f89590391..38f36af3141897566fa3a69ce86df67693d17cc4 100644 (file)
@@ -26,7 +26,7 @@ int buffer_append_f(struct buffer *buf, ...);
 int buffer_append(struct buffer *buf, const char *string);
 void buffer_init(struct buffer *buf);
 void buffer_destroy(struct buffer *buf);
-int buffer_realloc(struct buffer *buf, int required);
+int buffer_realloc(struct buffer *buf, int needed);
 
 int buffer_line(const char *line, void *baton);
 
index 173ea89ac35a9e97f349fdf5927fb03b02a5b87c..5235beaeaf76ca398050b4363afa1e6e6c9e6a72 100644 (file)
@@ -78,7 +78,7 @@ daemon_handle daemon_open(daemon_info i);
  * be ignored even if non-NULL). If the buffer is NULL, the cft is required to
  * be a valid pointer, and is used to build up the request.
  */
-daemon_reply daemon_send(daemon_handle h, daemon_request r);
+daemon_reply daemon_send(daemon_handle h, daemon_request rq);
 
 /*
  * A simple interface to daemon_send. This function just takes the command id
This page took 0.041167 seconds and 5 git commands to generate.