pkgsrc/editors/mule/patches/patch-by
joerg c05f839a89 Make this compile on DragonFly in the hope that also means that it is
as usable as Emacs can be.
Fix errno. Use ${LOWER_OPSYS} instead of hard-coded OS name and pass
the pass to canna lib to configure. The first fixes !NetBSD, the latter
triggers addition of rpath entries for libcanna.
2006-01-04 20:35:08 +00:00

12 lines
253 B
Text

$NetBSD: patch-by,v 1.1 2006/01/04 20:35:08 joerg Exp $
--- lib-src/timer.c.orig 2006-01-04 17:44:22.000000000 +0000
+++ lib-src/timer.c
@@ -33,7 +33,6 @@
#endif
-extern int errno;
extern char *strerror ();
#ifndef OSF1
extern char *malloc ();