diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-05 06:47:02 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-05 06:47:02 +0000 |
commit | 99a7e12f34b3661a0d1354eef83a0eef4df5e34c (patch) | |
tree | 3560aca9ca86792f9ab7bd87861ea143a1b3c7a3 /include/asm-sparc64/termios.h | |
parent | e73a04659c0b8cdee4dd40e58630e2cf63afb316 (diff) |
Merge with Linux 2.3.38.
Diffstat (limited to 'include/asm-sparc64/termios.h')
-rw-r--r-- | include/asm-sparc64/termios.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-sparc64/termios.h b/include/asm-sparc64/termios.h index 953b5bdd3..578e07251 100644 --- a/include/asm-sparc64/termios.h +++ b/include/asm-sparc64/termios.h @@ -1,4 +1,4 @@ -/* $Id: termios.h,v 1.8 1999/03/25 09:11:26 davem Exp $ */ +/* $Id: termios.h,v 1.9 1999/12/02 09:57:53 davem Exp $ */ #ifndef _SPARC64_TERMIOS_H #define _SPARC64_TERMIOS_H @@ -69,7 +69,7 @@ struct winsize { #define N_IRDA 11 /* Linux IrDa - http://www.cs.uit.no/~dagb/irda/irda.html */ #define N_SMSBLOCK 12 /* SMS block mode - for talking to GSM data cards about SMS messages */ #define N_HDLC 13 /* synchronous HDLC */ -#define N_SYNC_PPP 14 +#define N_SYNC_PPP 14 /* synchronous PPP */ #ifdef __KERNEL__ |