[Bug 199714] [libc] sys/ptrace.h: u_long type and __BSD_VISIBLE define missing

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 26 19:07:29 UTC 2015


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

Sebastian Parschauer <s.parschauer at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[libc] sys/ptrace.h:        |[libc] sys/ptrace.h: u_long
                   |sys/types.h include missing |type and __BSD_VISIBLE
                   |                            |define missing
         Resolution|Not A Bug                   |---
             Status|Closed                      |Open
           Severity|Affects Some People         |Affects Only Me

--- Comment #2 from Sebastian Parschauer <s.parschauer at gmx.de> ---
Reopening. Although sys/types.h is included, compilation can't find the type
u_long in sys/ptrace.h. It fails with the cc compiler but also with the gcc48
compiler. I've checked if __BSD_VISIBLE is defined directly below the
sys/types.h include in ptrace.c but it isn't defined at all. How can that
happen?

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


More information about the freebsd-bugs mailing list