[Patch v3 01/17] net/mana: add basic driver, build environment and doc

Stephen Hemminger stephen at networkplumber.org
Thu Jul 7 23:44:47 CEST 2022


On Thu,  7 Jul 2022 13:30:06 -0700
longli at linuxonhyperv.com wrote:

> +	file = fopen(path, "rb");

Minor nit, if you make any later changes.
"rb" is same as "r" on Linux.  b means binary, and this is
actually a text file.


More information about the dev mailing list