head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.02.26.05.23.40;	author steve;	state dead;
branches;
next	1.1;

1.1
date	2000.06.09.22.25.05;	author will;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to version 0.5.

PR:		25294
Submitted by:	Sergei Gnezdov <sergeiga@@yahoo.com>
@
text
@--- src/search_mode.c.orig	Wed May 17 20:28:02 2000
+++ src/search_mode.c	Wed May 17 20:30:57 2000
@@@@ -16,6 +16,13 @@@@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  */
 
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
+#if (defined(BSD) && (BSD>=199103))
+#include <sys/types.h>
+#endif
 #include <fnmatch.h>
 #include<stdio.h>
 #include<string.h>
@


1.1
log
@Add vide, a simple filemanager with vi-like keybindings.

PR:		18649
Submitted by:	Colman Reilly <careilly@@thecia.ie>
@
text
@@

