From: Ulrich Drepper Date: Tue, 28 Jan 1997 03:59:28 +0000 (+0000) Subject: update from main archive 970127 X-Git-Tag: glibc-2.16-ports-before-merge~3689 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2afcaa902696b4f2fb28c010265e2113456e28eb;p=thirdparty%2Fglibc.git update from main archive 970127 --- diff --git a/sysdeps/unix/sysv/linux/alpha/termbits.h b/sysdeps/unix/sysv/linux/alpha/termbits.h index bcd3ff5d636..d0932c1cd7f 100644 --- a/sysdeps/unix/sysv/linux/alpha/termbits.h +++ b/sysdeps/unix/sysv/linux/alpha/termbits.h @@ -17,6 +17,9 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef _TERMBITS_H +#define _TERMBITS_H 1 + typedef unsigned char cc_t; typedef unsigned int speed_t; typedef unsigned int tcflag_t; @@ -186,3 +189,5 @@ struct termios #define _IOT_termios /* Hurd ioctl type field. */ \ _IOT (_IOTS (cflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2) + +#endif /* _TERMBITS_H */