public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.10-bk10 fails compile -- kernel/sys.c
@ 2005-01-07 15:43 Pete Clements
  2005-01-07 17:57 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Pete Clements @ 2005-01-07 15:43 UTC (permalink / raw)
  To: linux-kernel

fyi:

kernel/sys.c: In function `sys_setsid':
kernel/sys.c:1078: `tty_sem' undeclared (first use in this function)
kernel/sys.c:1078: (Each undeclared identifier is reported only once
kernel/sys.c:1078: for each function it appears in.)
make[1]: *** [kernel/sys.o] Error 1

-- 
Pete Clements 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.6.10-bk10 fails compile -- kernel/sys.c
  2005-01-07 15:43 2.6.10-bk10 fails compile -- kernel/sys.c Pete Clements
@ 2005-01-07 17:57 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2005-01-07 17:57 UTC (permalink / raw)
  To: Pete Clements; +Cc: linux-kernel

Pete Clements wrote:
> fyi:
> 
> kernel/sys.c: In function `sys_setsid':
> kernel/sys.c:1078: `tty_sem' undeclared (first use in this function)
> kernel/sys.c:1078: (Each undeclared identifier is reported only once
> kernel/sys.c:1078: for each function it appears in.)
> make[1]: *** [kernel/sys.o] Error 1

include linux/tty.h to fix.

	Jeff




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-07 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-07 15:43 2.6.10-bk10 fails compile -- kernel/sys.c Pete Clements
2005-01-07 17:57 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox