• Jeff Garzik's avatar
    [PATCH] x86-64: kernel/sys.c build fix · 04c73690
    Jeff Garzik authored
    On x86-64, the attached patch is required to fix
    
    > kernel/sys.c: In function `sys_setsid':
    > kernel/sys.c:1078: error: `tty_sem' undeclared (first use in this function)
    > kernel/sys.c:1078: error: (Each undeclared identifier is reported only once
    > kernel/sys.c:1078: error: for each function it appears in.)
    
    kernel/sys.c needs the tty_sem declaration from linux/tty.h.
    04c73690
sys.c 39.2 KB