Unbreak build by fixing typo.
Sorry.
This commit is contained in:
parent
f7d5c8ff8d
commit
43d1edf88c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ struct termios {
|
||||||
#define VSTOP 10 /* cc_c[VSTOP] = STOP char (^Q) */
|
#define VSTOP 10 /* cc_c[VSTOP] = STOP char (^Q) */
|
||||||
|
|
||||||
#ifdef __NBSD_LIBC
|
#ifdef __NBSD_LIBC
|
||||||
/* This is defined in <unistd.h> in NetBSD headers.
|
/* This is defined in <unistd.h> in NetBSD headers. */
|
||||||
#else /* !__NBSD_LIBC */
|
#else /* !__NBSD_LIBC */
|
||||||
#define _POSIX_VDISABLE (cc_t)0xFF /* You can't even generate this
|
#define _POSIX_VDISABLE (cc_t)0xFF /* You can't even generate this
|
||||||
* character with 'normal' keyboards.
|
* character with 'normal' keyboards.
|
||||||
|
|
Loading…
Reference in a new issue