RE: [PATCH 2/3] tools/hv: Fix string types

2012-11-09 Thread KY Srinivasan
w...@redhat.com; b...@decadent.org.uk > Cc: Tomas Hozza > Subject: [PATCH 2/3] tools/hv: Fix string types > > Initial patch by Ben Hutchings > > Standard C strings are arrays of char, not __u8 (unsigned char). > Declare variables and parameters accordingly, and add the necessary &

[PATCH 2/3] tools/hv: Fix string types

2012-11-09 Thread Tomas Hozza
Initial patch by Ben Hutchings Standard C strings are arrays of char, not __u8 (unsigned char). Declare variables and parameters accordingly, and add the necessary casts. Signed-off-by: Tomas Hozza --- tools/hv/hv_kvp_daemon.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) d