Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 95 16:22:28 MDT
From:      terry@cs.weber.edu (Terry Lambert)
To:        hackers@FreeBSD.org
Subject:   Something silly in ufs/ufs/ufs_lookup.c
Message-ID:  <9505112222.AA00978@cs.weber.edu>

next in thread | raw e-mail | index | archive | help
In ufs_checkpath(), the int rootino is assigned the value ROOTINO,
which is never modified, only compared against.

Shouldn't the references to rootino be deleted and replaced with the
manifest constant ROOTINO?


					Terry Lambert
					terry@cs.weber.edu
---
Any opinions in this posting are my own and not those of my present
or previous employers.



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