https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199714
Sebastian Parschauer <[email protected]> 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 <[email protected]> --- 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
