Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/hexdump



Module Name:    src
Committed By:   dmcmahill
Date:           Wed Oct 22 12:30:39 UTC 2003

Modified Files:
        src/usr.bin/hexdump: conv.c display.c hexdump.c hexsyntax.c odsyntax.c
            parse.c

Log Message:
add
#if HAVE_CONFIG_H
#include "config.h"
#endif
to get this to build under solaris-2.6/sparc with gcc-2.95.1 as part of
the NetBSD cross toolchain build.  Fixes PR23211.  Patch approved by
Alistair Crooks.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/usr.bin/hexdump/conv.c
cvs rdiff -r1.16 -r1.17 src/usr.bin/hexdump/display.c
cvs rdiff -r1.10 -r1.11 src/usr.bin/hexdump/hexdump.c \
    src/usr.bin/hexdump/hexsyntax.c
cvs rdiff -r1.18 -r1.19 src/usr.bin/hexdump/odsyntax.c
cvs rdiff -r1.15 -r1.16 src/usr.bin/hexdump/parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index