6.40.2. Contents of Diffutils
              Installed programs:
              cmp, diff, diff3, and sdiff
            
          The Diffutils package contains programs that show the differences between files or directories.
Fix an incompatibility between this package and Glibc-2.16.0
sed -i -e '/gets is a/d' lib/stdio.in.h
Prepare Diffutils for compilation:
./configure --prefix=/usr
Compile the package:
make
To test the results, issue:
make check
Install the package:
make install