Re: [PATCH v3 02/11] 9p: Rename 9p-util -> 9p-util-linux

2022-01-28 Thread Greg Kurz
On Thu, 27 Jan 2022 19:56:02 -0500 Will Cohen wrote: > From: Keno Fischer > > The current file only has the Linux versions of these functions. > Rename the file accordingly and update the Makefile to only build > it on Linux. A Darwin version of these will follow later in the > series. > > Sig

[PATCH v3 02/11] 9p: Rename 9p-util -> 9p-util-linux

2022-01-27 Thread Will Cohen
From: Keno Fischer The current file only has the Linux versions of these functions. Rename the file accordingly and update the Makefile to only build it on Linux. A Darwin version of these will follow later in the series. Signed-off-by: Keno Fischer [Michael Roitzsch: - Rebase for NixOS] Signed