--- Net2/sys/namei.h 2018/04/24 18:03:58 1.1 +++ Net2/sys/namei.h 2018/04/24 18:16:52 1.1.1.2 @@ -30,11 +30,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)namei.h 7.15 (Berkeley) 5/15/91 + * from: @(#)namei.h 7.15 (Berkeley) 5/15/91 + * namei.h,v 1.3 1993/05/20 16:22:47 cgd Exp */ -#ifndef _NAMEI_H_ -#define _NAMEI_H_ +#ifndef _SYS_NAMEI_H_ +#define _SYS_NAMEI_H_ /* * Encapsulation of namei parameters. @@ -164,4 +165,5 @@ struct nchstats { long ncs_pass2; /* names found with passes == 2 */ long ncs_2passes; /* number of times we attempt it */ }; -#endif /* !_NAMEI_H_ */ + +#endif /* !_SYS_NAMEI_H_ */