Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Aug 2018 23:23:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 230489] [patch] bin/cat compiled with -DNO_UDOM_SUPPORT will fail to compile as it is missing #include <errno.h>
Message-ID:  <bug-230489-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230489

            Bug ID: 230489
           Summary: [patch] bin/cat compiled with -DNO_UDOM_SUPPORT will
                    fail to compile as it is missing #include <errno.h>
           Product: Base System
           Version: 11.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: will.senn@gmail.com

Created attachment 196038
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D196038&action=
=3Dedit
patch to cat.c to include errno.h for all paths

#include <errno.h> is required by all conditions.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230489-227>