Subject: unused variable in ufs_namei.c
Index:	sys/sys/ufs_namei.c 2.11BSD

Description:
	There's an unused variable in ufs_namei.c left over from the
	port from 4.3BSD.  This may be safely removed.

Repeat-By:
	Inspect the code.

Fix:
	Apply the following patch to /sys/sys/ufs_namei.c and remake the
	kernel.
------------------------------------------------------------------------
*** ufs_namei.c.old	Thu May 31 17:06:28 1990
--- ufs_namei.c	Mon Aug 19 17:47:46 1991
***************
*** 18,24 ****
  #include "namei.h"
  
  struct	buf *blkatoff();
- struct	buf *freenamebuf;
  int	dirchk = 0;
  
  /*
--- 18,23 ----
