staging: hv: update dist release parsing in hv_kvp_daemon
authorOlaf Hering <olaf@aepfle.de>
Tue, 22 Mar 2011 09:02:17 +0000 (10:02 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Apr 2011 04:33:25 +0000 (21:33 -0700)
commit7989f7d5ea65b10d2d4c8249aca75690d4d71e17
tree670395a11fa31332b69e8438cf70b83f5a4483a1
parent22356585712d1ff08fbfed152edd8b386873b238
staging: hv: update dist release parsing in hv_kvp_daemon

The current code to parse the distribution file handles only files with
at least 3 lines. openSuSE has 2 lines and Redhat only one (according to
google).
Update the parser to handle up to three lines properly. Also make the
buffer allocation dynamic and remove a few casts to avoid compiler
warnings.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: KY Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/tools/hv_kvp_daemon.c