Bug 33175

Summary: /usr/src/sys/kern/vfs_subr.c:271: VLKTIMEOUT' undeclared
Product: Base System Reporter: DJ Tha Muggs <djmuggs>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description DJ Tha Muggs 2001-12-25 20:50:01 UTC
	Error code 1 on building kernel

Fix: 

Used "src/sys/kern/vfs_subr.c,v 1.249.2.21 2001/12/14 07:19:23
	dillon Ex" instead of "src/sys/kern/vfs_subr.c,v 1.249.2.22
	2001/12/25 01:27:55 dillon Ex"
How-To-Repeat: 	Make kernel again
Comment 1 Peter Pentchev freebsd_committer freebsd_triage 2001-12-26 00:23:21 UTC
State Changed
From-To: open->closed

Update your source tree and try again. 
The VLKTIMEOUT definition was added to vnode.h 17 minutes after 
rev. 1.249.2.22 of vfs_subr.c was committed.  It seems that you 
managed to update your source tree at just the wrong time :) 

In the future, please report 4.x-STABLE build problems to 
the freebsd-stable@FreeBSD.org mailing list before opening a PR. 
Such build problems are very likely to be solved within minutes 
of their appearance, and by the time somebody files a PR, the fix 
is usually already committed :)  All the same, thanks for taking 
the time to report the problem! 

If you already have rev. 1.111.2.18 of vnode.h, that is a different 
matter - tell me so and I will reopen the PR, because in that case 
it would be a problem with the kernel build framework.