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.
12 lines
291 B
Text
12 lines
291 B
Text
$NetBSD: patch-bz,v 1.1 2006/01/04 20:35:08 joerg Exp $
|
|
|
|
--- lib-src/emacsclient.c.orig 2006-01-04 17:44:54.000000000 +0000
|
|
+++ lib-src/emacsclient.c
|
|
@@ -53,7 +53,6 @@ main (argc, argv)
|
|
#include <errno.h>
|
|
|
|
extern char *strerror ();
|
|
-extern int errno;
|
|
|
|
main (argc, argv)
|
|
int argc;
|