Xplore is a powerful and highly configureable Motif file manager with an Explorer-like user interface. Besides the usual tree and file views, xplore also has a "shelf", a kind of clipboard inspired by the NeXT file manager, and a "log" pane for capturing output from launched programs.
17 lines
367 B
Text
17 lines
367 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/05/13 20:26:00 bmeurer Exp $
|
|
|
|
--- error.c.orig Wed May 1 16:59:23 2002
|
|
+++ error.c
|
|
@@ -65,7 +65,12 @@ void xplerr2(int err, String s1, String
|
|
pxplerr(msg);
|
|
}
|
|
|
|
+#if !defined(__NetBSD__)
|
|
+/*
|
|
+ * NetBSD has sys_errlist defined in errno.h
|
|
+ */
|
|
extern const char *const sys_errlist[];
|
|
+#endif
|
|
|
|
static void psyserr(String s)
|
|
{
|