All of lore.kernel.org
 help / color / mirror / Atom feed
* Found trivial error in linux-headers-2.6.17-11-generic/include/linux/tty.h
@ 2007-02-12 11:42 Milan Markovic
  2007-02-12 16:44 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Milan Markovic @ 2007-02-12 11:42 UTC (permalink / raw)
  To: linux-kernel

I upgraded the kernel on my Kubuntu 6.10 to 2.6.17-11-generic and had
a lot of trouble compiling my softmodem driver.
Apparently it was, among others, because of a mistake in kernel-headers
this is what I've found in tty.h

$ cat -n /usr/src/linux-headers-2.6.17-11-generic/include/linux/tty.h
| grep Define -C 3
    83   */
    84  #define TTY_NORMAL      0
    85  #define TTY_BREAK       1
    86  #Define Tty_Frame       2
    87  #define TTY_PARITY      3
    88  #define TTY_OVERRUN     4
    89

I don't know whether it is Ubuntu-related error, or it came  from the
top, and I wasn't really sure to whom should I address this error
report.
Hope this will help.

Greetings,
M

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

* Re: Found trivial error in linux-headers-2.6.17-11-generic/include/linux/tty.h
  2007-02-12 11:42 Found trivial error in linux-headers-2.6.17-11-generic/include/linux/tty.h Milan Markovic
@ 2007-02-12 16:44 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2007-02-12 16:44 UTC (permalink / raw)
  To: Milan Markovic; +Cc: linux-kernel

On Mon, 12 Feb 2007 12:42:22 +0100 Milan Markovic wrote:

> I upgraded the kernel on my Kubuntu 6.10 to 2.6.17-11-generic and had
> a lot of trouble compiling my softmodem driver.
> Apparently it was, among others, because of a mistake in kernel-headers
> this is what I've found in tty.h
> 
> $ cat -n /usr/src/linux-headers-2.6.17-11-generic/include/linux/tty.h
> | grep Define -C 3
>     83   */
>     84  #define TTY_NORMAL      0
>     85  #define TTY_BREAK       1
>     86  #Define Tty_Frame       2
>     87  #define TTY_PARITY      3
>     88  #define TTY_OVERRUN     4
>     89
> 
> I don't know whether it is Ubuntu-related error, or it came  from the
> top, and I wasn't really sure to whom should I address this error
> report.
> Hope this will help.

Apparently it's Ubuntu.  Linux include/linux/tty.h says:

#define TTY_NORMAL	0
#define TTY_BREAK	1
#define TTY_FRAME	2
#define TTY_PARITY	3
#define TTY_OVERRUN	4


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

end of thread, other threads:[~2007-02-12 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-12 11:42 Found trivial error in linux-headers-2.6.17-11-generic/include/linux/tty.h Milan Markovic
2007-02-12 16:44 ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.