From owner-cvs-sys Sat Nov 18 03:35:48 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA16130 for cvs-sys-outgoing; Sat, 18 Nov 1995 03:35:48 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA16094 ; Sat, 18 Nov 1995 03:35:16 -0800 Date: Sat, 18 Nov 1995 03:35:16 -0800 From: Bruce Evans Message-Id: <199511181135.DAA16094@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_syscalls.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/11/18 03:35:13 Modified: sys/kern vfs_syscalls.c Log: Fixed the errno returned by rename("dir1", "dir2/."). It was EISDIR (duh); translate it to EINVAL which is the errno for other renames to ".".