[Bug 199714] [libc] sys/ptrace.h: sys/types.h include missing

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 26 18:01:51 UTC 2015


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

            Bug ID: 199714
           Summary: [libc] sys/ptrace.h: sys/types.h include missing
           Product: Base System
           Version: 10.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: s.parschauer at gmx.de

I'm just porting scanmem to FreeBSD and I've noticed that the compile fails due
to missing type definition of u_long in sys/ptrace.h. Adding the sys/types.h
include to it fixes the problem. So please do so.

You can find my code here if you need something to test this:
https://github.com/sriemer/scanmem/tree/freebsd

./autogen.sh; aclocal
./configure
make

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


More information about the freebsd-bugs mailing list