Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 303 Bytes

File metadata and controls

14 lines (12 loc) · 303 Bytes

BSD-Diffutils

BSD-Diffutils is a port of the next command from OpenBSD:

  • cmp
  • diff
  • diff3
  • sdiff

Why OpenBSD?

NetBSD only has cmp and sdiff commands (they use diff and diff3 of GNU), and OpenBSD's code is too similar to NetBSD's code.

What's required?

  • glibc or musl
  • clang or gcc
  • bmake