XFM is a powerful file and applications manager program written using the X toolkit. It contains virtually all of the features that you would expect in a file manager -- move around your directory tree in multiple windows, and move, copy or delete files with simple mouse operations. The integrated application manager allows you to load files into your favourite applications from the file manager by dragging icons. It can also be used as a "shelf" onto which you can place files and directories that you are currently working with. Supplied by Rui-Xiang Guo in PR#13834. Thanks! Also looked at previously by zuntum@.
16 lines
450 B
Text
16 lines
450 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2002/06/04 16:44:55 cjep Exp $
|
|
|
|
--- src/FmErrors.c.orig Tue Aug 1 09:19:16 2000
|
|
+++ src/FmErrors.c Tue Aug 1 09:20:09 2000
|
|
@@ -21,11 +21,6 @@
|
|
|
|
#define LABEL_WIDTH 300
|
|
|
|
-/* Uggh ...... */
|
|
-#ifndef linux
|
|
-extern char *sys_errlist[];
|
|
-#endif
|
|
-
|
|
/*-----------------------------------------------------------------------------
|
|
STAIC DATA
|
|
-----------------------------------------------------------------------------*/
|