Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/kern
On Fri, Nov 14, 2008 at 11:04:42PM +0000, Andrew Doran wrote:
>
> Module Name: src
> Committed By: ad
> Date: Fri Nov 14 23:04:42 UTC 2008
>
> Modified Files:
> src/sys/kern: tty_pty.c
>
> Log Message:
> Remove unneeded compat ifdef.
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.112 -r1.113 src/sys/kern/tty_pty.c
What is COMPAT_OLDTTY and why did you remove the ifdef?
This breaks my kernel compilation:
../../../../kern/tty_pty.c: In function 'ptyioctl':
../../../../kern/tty_pty.c:1079: error: 'TIOCSETP' undeclared (first use in
this function)
../../../../kern/tty_pty.c:1079: error: (Each undeclared identifier is reported
only once
../../../../kern/tty_pty.c:1079: error: for each function it appears in.)
../../../../kern/tty_pty.c:1080: error: 'TIOCSETN' undeclared (first use in
this function)
../../../../kern/tty_pty.c:1132: error: 'TIOCSETC' undeclared (first use in
this function)
../../../../kern/tty_pty.c:1133: error: 'TIOCSLTC' undeclared (first use in
this function)
../../../../kern/tty_pty.c:1134: error: 'TIOCLBIS' undeclared (first use in
this function)
../../../../kern/tty_pty.c:1135: error: 'TIOCLBIC' undeclared (first use in
this function)
../../../../kern/tty_pty.c:1136: error: 'TIOCLSET' undeclared (first use in
this function)
Martin
Home |
Main Index |
Thread Index |
Old Index