]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r273482,r274078:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 21 Dec 2014 11:11:17 +0000 (11:11 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 21 Dec 2014 11:11:17 +0000 (11:11 +0000)
commit9056059f69e41879b82ad65ece9fc58392325c5d
tree32a095e06e5e14a09ea71f78bc44273449b69e91
parent7408a1f54090d3948fa0d27c22cddc78cf0d94af
MFC r273482,r274078:

r273482:

  The NetBSD libc tests use several definitions/macros that aren't available in
  FreeBSD

  Add the missing compat definitions/macros to lib/libnetbsd so the testcases
  can be compiled with libnetbsd without having to invent ad hoc #define's, or
  having to convert things over to FreeBSD idioms

  Reviewed by: brooks
  Phabric: D993
  Sponsored by: EMC / Isilon Storage Division

r274078:

  Commit missing header for sys/time.h compat on NetBSD to unbreak the amd64/i386
  build

  Pointyhat to: me (forgot to svn add it sooner)

git-svn-id: svn://svn.freebsd.org/base/stable/10@275996 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libnetbsd/netinet/in.h [new file with mode: 0644]
lib/libnetbsd/sys/cdefs.h
lib/libnetbsd/sys/time.h [new file with mode: 0644]