Source-Changes archive

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

CVS commit: src/dist/file/src



Module Name:    src
Committed By:   apb
Date:           Fri Mar  6 19:42:54 UTC 2009

Modified Files:
        src/dist/file/src: file.h

Log Message:
#include <sys/param.h>, in case it defined MIN and MAX.  (Later in this
file, we conditionally define MIN and MAX.)

Including sys/param.h unconditionally like this seems unportable (in
view of the fact that file is built as a host tool), but other parts of
the file sources already include sys/param.h, so this change doesn't
make it worse.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/dist/file/src/file.h

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