[Bug 230489] [patch] bin/cat compiled with -DNO_UDOM_SUPPORT will fail to compile as it is missing #include <errno.h>

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 9 23:23:50 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230489

            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 at FreeBSD.org
          Reporter: will.senn at gmail.com

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

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

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


More information about the freebsd-bugs mailing list