Give an error when an attempt is made to move an empty directory into
authorRobert Brady <rwb197@ecs.soton.ac.uk>
Tue, 22 Jun 1999 19:56:47 +0000 (19:56 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Tue, 22 Jun 1999 19:56:47 +0000 (19:56 +0000)
commit730948ef84dbd43e2be52b523a0a78451184a69f
tree19c619bbb59ac3171876ddaeb6a14fcc2da11231
parenta11bf5d2b4cdcaf1f081ddc3d70bc9699b750e5c
Give an error when an attempt is made to move an empty directory into

1999-06-01  Robert Brady  <rwb197@ecs.soton.ac.uk>

* file.c (move_dir_dir): Give an error when an attempt is made to
move an empty directory into itself.

1999-06-14  Wayne Roberts <wroberts1@cx983858-b.orng1.occa.home.com>

* vfs/smbfs.c: New file.  Implements the Samba-based file system.

* vfs/vfs.h: Declare vfs_smbfs_ops, vfs_file_is_smb.

* vfs/vfs.c (vfs_file_is_smb): implemented.
(vfs_init) register smbfs.

* vfs/samba: Incorporate SAMBA source code required for smbfs

1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>

* Make.common.in (confdir): Define confdir as sysconfdir.  This
should fix the problem we had with FSSTND distributions.

svn path=/trunk/; revision=825
macros/gnome-vfs.m4