| Index: native_client_sdk/src/libraries/nacl_io/include/sys/termios.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/include/sys/termios.h b/native_client_sdk/src/libraries/nacl_io/include/sys/termios.h
|
| index 8eabbd968177a8ce6a1459afd52f02a8227cf90d..a8175659a13f173145bf1d48ea699d6165ed1338 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/include/sys/termios.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/include/sys/termios.h
|
| @@ -2,8 +2,8 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -#ifndef SYS_TERMIOS_H_
|
| -#define SYS_TERMIOS_H_
|
| +#ifndef LIBRARIES_NACL_IO_INCLUDE_SYS_TERMIOS_H_
|
| +#define LIBRARIES_NACL_IO_INCLUDE_SYS_TERMIOS_H_
|
|
|
| #define IGNBRK 0000001
|
| #define BRKINT 0000002
|
| @@ -126,4 +126,4 @@ int tcsetattr(int fd, int optional_actions, const struct termios *termios_p);
|
|
|
| __END_DECLS
|
|
|
| -#endif /* SYS_TERMIOS_H_ */
|
| +#endif /* LIBRARIES_NACL_IO_INCLUDE_SYS_TERMIOS_H_ */
|
|
|