diff -Naur

Denys Vlasenko vda.linux at googlemail.com
Sun Nov 23 14:40:12 UTC 2008


On Saturday 22 November 2008 19:14, Vladimir Dronnikov wrote:
> > a diff that compares /dev/null
> 
> 
> Denys, please apply http://drvv.ru/busybox/diff.patch which seems to solve
> the issue.

# make
  HOSTCC  applets/usage
  GEN     include/usage_compressed.h
  CC      applets/applets.o
  LD      applets/built-in.o
  CC      editors/diff.o
cc1: warnings being treated as errors
editors/diff.c: In function 'diffreg':
editors/diff.c:1025: error: assignment discards qualifiers from pointer target type
editors/diff.c:1028: error: assignment discards qualifiers from pointer target type
make[1]: *** [editors/diff.o] Error 1
make: *** [editors] Error 2

I fixed it up and committed the patch.
--
vda



More information about the busybox mailing list