Index: head/devel/breakpad/files/linux_syscall_support.h =================================================================== --- head/devel/breakpad/files/linux_syscall_support.h (nonexistent) +++ head/devel/breakpad/files/linux_syscall_support.h (revision 448691) @@ -0,0 +1,10 @@ +#include +#include + +#define sys_readlink readlink + +#define sys_open open +#define sys_close close +#define sys_fstat fstat +#define sys_mmap mmap +#define sys_munmap munmap Property changes on: head/devel/breakpad/files/linux_syscall_support.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property