Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 1995 03:35:16 -0800
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/kern vfs_syscalls.c
Message-ID:  <199511181135.DAA16094@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ".".



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511181135.DAA16094>