Module Name: src Committed By: apb Date: Fri Aug 8 19:29:34 UTC 2014
Modified Files: src/external/bsd/ekermit/dist: kermit.h platform.h Log Message: Make ekermit compile on NetBSD: * Add several #includes of standard headers in platform.h. * #undef X_OK in platform.h. It's defined in the standard <access.h>, but also used in the local "kermit.h" for a differentpurpose. * Declare {struct k_data}.dbf as a function returning void, not int, to match the way it's used. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ekermit/dist/kermit.h \ src/external/bsd/ekermit/dist/platform.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.