• E
    sysinfo: simplify function signature · ba8074b8
    Eric Blake 提交于
    Now that no one is relying on the return value being a pointer to
    somewhere inside of the passed-in argument, we can simplify the
    callers to simply return success or failure.  Also wrap some long
    lines and add some const-correctness.
    
    * src/util/sysinfo.c (virSysinfoParseBIOS, virSysinfoParseSystem)
    (virSysinfoParseProcessor, virSysinfoParseMemory): Change return.
    (virSysinfoRead): Adjust caller.
    ba8074b8
sysinfo.c 25.9 KB