|
change:
--- gkermit.h 1999-12-26 21:25:52.000000000 +0000
+++ gkermit.h 2003-05-27 16:30:13.000000000 +0100
@@ -233,7 +233,11 @@
/* Externs */
+#ifdef ERRNO_H
+#include <errno.h>
+#else
extern int errno;
+#endif /* ERRNO_H */
#ifndef _GKERMIT_C
extern int debug;
#endif /* _GKERMIT_C */
but unfortunately without a corresponding version number bump. so do the
dance we usually do with unnumbered distributions, and put the distfile
locally into a (numbered) DIST_SUBDIR directory.
Bump package revision number, regen distinfo file, and one cosmetic
change to make the WRKSRC definition appear in a more suitable place in
the package Makefile.
|