Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2015 18:01:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 199714] [libc] sys/ptrace.h: sys/types.h include missing
Message-ID:  <bug-199714-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: s.parschauer@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.



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