pkgsrc/editors/mule/patches/patch-cf
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

13 lines
313 B
Text

$NetBSD: patch-cf,v 1.1 2006/01/04 20:35:08 joerg Exp $
--- src/filelock.c.orig 2006-01-04 18:27:02.000000000 +0000
+++ src/filelock.c
@@ -56,8 +56,6 @@ extern DIR *opendir ();
#endif /* not SYSV_SYSTEM_DIR */
#endif /* not MCPATH */
-extern int errno;
-
extern char *egetenv ();
extern char *strcpy ();