bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH unionfs 0/3] Fix unionfs build errors


From: Sergey Bugaev
Subject: [PATCH unionfs 0/3] Fix unionfs build errors
Date: Mon, 26 Apr 2021 20:08:17 +0300

Hello,

I'm trying to use unionfs [0]; but I've run into a few build
errors and warnings. With the following patches it builds and
works on the latest Debian GNU/Hurd with GCC 10.

P.S. This is the first time I attempt sending patches over email,
please let me know if I've done anything wrong.

[0]: https://www.gnu.org/software/hurd/hurd/translator/unionfs.html

Sergey Bugaev (3):
  Implement MiG intran payload support
  Add some missing includes
  Don't use strncat() with length derived from source string

 lib.c            |  5 +++--
 lib.h            |  1 +
 lnode.c          |  1 +
 lnode.h          |  1 +
 node.c           |  1 +
 stow-mutations.h |  1 +
 stow-priv.h      |  4 ++++
 stow.c           | 16 ++++++++++++++--
 ulfs.c           |  1 +
 update.c         |  1 +
 10 files changed, 28 insertions(+), 4 deletions(-)

-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]