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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to