diff options
Diffstat (limited to 'lib/libc/termios')
-rw-r--r-- | lib/libc/termios/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libc/termios/cfgetispeed.c | 8 | ||||
-rw-r--r-- | lib/libc/termios/cfgetospeed.c | 8 | ||||
-rw-r--r-- | lib/libc/termios/cfmakeraw.c | 8 | ||||
-rw-r--r-- | lib/libc/termios/cfsetispeed.c | 8 | ||||
-rw-r--r-- | lib/libc/termios/cfsetospeed.c | 8 | ||||
-rw-r--r-- | lib/libc/termios/cfsetspeed.c | 8 | ||||
-rw-r--r-- | lib/libc/termios/tcdrain.c | 8 | ||||
-rw-r--r-- | lib/libc/termios/tcflow.c | 8 | ||||
-rw-r--r-- | lib/libc/termios/tcflush.c | 8 | ||||
-rw-r--r-- | lib/libc/termios/tcgetattr.c | 8 | ||||
-rw-r--r-- | lib/libc/termios/tcgetpgrp.3 | 4 | ||||
-rw-r--r-- | lib/libc/termios/tcgetpgrp.c | 8 | ||||
-rw-r--r-- | lib/libc/termios/tcsendbreak.3 | 4 | ||||
-rw-r--r-- | lib/libc/termios/tcsendbreak.c | 8 | ||||
-rw-r--r-- | lib/libc/termios/tcsetattr.3 | 4 | ||||
-rw-r--r-- | lib/libc/termios/tcsetattr.c | 8 | ||||
-rw-r--r-- | lib/libc/termios/tcsetpgrp.3 | 4 | ||||
-rw-r--r-- | lib/libc/termios/tcsetpgrp.c | 8 |
19 files changed, 19 insertions, 111 deletions
diff --git a/lib/libc/termios/Makefile.inc b/lib/libc/termios/Makefile.inc index b0339a760db..7ca8c61e7a5 100644 --- a/lib/libc/termios/Makefile.inc +++ b/lib/libc/termios/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.2 1995/04/25 21:22:17 christos Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:34:34 tholo Exp $ .PATH: ${.CURDIR}/termios diff --git a/lib/libc/termios/cfgetispeed.c b/lib/libc/termios/cfgetispeed.c index c8c8f85c5c2..ae6959c4d3d 100644 --- a/lib/libc/termios/cfgetispeed.c +++ b/lib/libc/termios/cfgetispeed.c @@ -1,5 +1,3 @@ -/* $NetBSD: cfgetispeed.c,v 1.1 1995/04/25 00:04:25 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: cfgetispeed.c,v 1.1 1995/04/25 00:04:25 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: cfgetispeed.c,v 1.2 1996/08/19 08:34:34 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <termios.h> diff --git a/lib/libc/termios/cfgetospeed.c b/lib/libc/termios/cfgetospeed.c index 0b3cfae20a7..7b549f50822 100644 --- a/lib/libc/termios/cfgetospeed.c +++ b/lib/libc/termios/cfgetospeed.c @@ -1,5 +1,3 @@ -/* $NetBSD: cfgetospeed.c,v 1.1 1995/04/25 00:04:27 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: cfgetospeed.c,v 1.1 1995/04/25 00:04:27 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: cfgetospeed.c,v 1.2 1996/08/19 08:34:35 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <termios.h> diff --git a/lib/libc/termios/cfmakeraw.c b/lib/libc/termios/cfmakeraw.c index f27f6d2ef5c..99f06186b15 100644 --- a/lib/libc/termios/cfmakeraw.c +++ b/lib/libc/termios/cfmakeraw.c @@ -1,5 +1,3 @@ -/* $NetBSD: cfmakeraw.c,v 1.2 1995/06/26 23:04:45 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: cfmakeraw.c,v 1.2 1995/06/26 23:04:45 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: cfmakeraw.c,v 1.2 1996/08/19 08:34:35 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <termios.h> diff --git a/lib/libc/termios/cfsetispeed.c b/lib/libc/termios/cfsetispeed.c index 1b6f12ecb2e..2c3c66bc21b 100644 --- a/lib/libc/termios/cfsetispeed.c +++ b/lib/libc/termios/cfsetispeed.c @@ -1,5 +1,3 @@ -/* $NetBSD: cfsetispeed.c,v 1.1 1995/04/25 00:04:31 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: cfsetispeed.c,v 1.1 1995/04/25 00:04:31 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: cfsetispeed.c,v 1.2 1996/08/19 08:34:36 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <termios.h> diff --git a/lib/libc/termios/cfsetospeed.c b/lib/libc/termios/cfsetospeed.c index 06f81decf37..075762288d1 100644 --- a/lib/libc/termios/cfsetospeed.c +++ b/lib/libc/termios/cfsetospeed.c @@ -1,5 +1,3 @@ -/* $NetBSD: cfsetospeed.c,v 1.1 1995/04/25 00:04:33 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: cfsetospeed.c,v 1.1 1995/04/25 00:04:33 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: cfsetospeed.c,v 1.2 1996/08/19 08:34:37 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <termios.h> diff --git a/lib/libc/termios/cfsetspeed.c b/lib/libc/termios/cfsetspeed.c index dc54a9603f1..a3c60f722fa 100644 --- a/lib/libc/termios/cfsetspeed.c +++ b/lib/libc/termios/cfsetspeed.c @@ -1,5 +1,3 @@ -/* $NetBSD: cfsetspeed.c,v 1.1 1995/04/25 00:04:35 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: cfsetspeed.c,v 1.1 1995/04/25 00:04:35 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: cfsetspeed.c,v 1.2 1996/08/19 08:34:37 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <termios.h> diff --git a/lib/libc/termios/tcdrain.c b/lib/libc/termios/tcdrain.c index 71dd6ad398f..985e8def31f 100644 --- a/lib/libc/termios/tcdrain.c +++ b/lib/libc/termios/tcdrain.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcdrain.c,v 1.2 1995/06/26 23:05:10 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcdrain.c,v 1.2 1995/06/26 23:05:10 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcdrain.c,v 1.2 1996/08/19 08:34:38 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/ioctl.h> diff --git a/lib/libc/termios/tcflow.c b/lib/libc/termios/tcflow.c index 99628602ea0..e0ceca7f2f7 100644 --- a/lib/libc/termios/tcflow.c +++ b/lib/libc/termios/tcflow.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcflow.c,v 1.2 1995/06/26 23:05:40 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcflow.c,v 1.2 1995/06/26 23:05:40 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcflow.c,v 1.2 1996/08/19 08:34:38 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/ioctl.h> diff --git a/lib/libc/termios/tcflush.c b/lib/libc/termios/tcflush.c index 40cafd77245..77f872bac57 100644 --- a/lib/libc/termios/tcflush.c +++ b/lib/libc/termios/tcflush.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcflush.c,v 1.2 1995/06/26 23:05:50 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcflush.c,v 1.2 1995/06/26 23:05:50 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcflush.c,v 1.2 1996/08/19 08:34:39 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/ioctl.h> diff --git a/lib/libc/termios/tcgetattr.c b/lib/libc/termios/tcgetattr.c index 9447a219b6b..834a455f3ff 100644 --- a/lib/libc/termios/tcgetattr.c +++ b/lib/libc/termios/tcgetattr.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcgetattr.c,v 1.2 1995/06/26 23:05:55 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcgetattr.c,v 1.2 1995/06/26 23:05:55 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcgetattr.c,v 1.2 1996/08/19 08:34:39 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/ioctl.h> diff --git a/lib/libc/termios/tcgetpgrp.3 b/lib/libc/termios/tcgetpgrp.3 index e5dc62815e0..01114171f84 100644 --- a/lib/libc/termios/tcgetpgrp.3 +++ b/lib/libc/termios/tcgetpgrp.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: tcgetpgrp.3,v 1.1 1995/04/25 00:04:42 jtc Exp $ +.\" $OpenBSD: tcgetpgrp.3,v 1.2 1996/08/19 08:34:40 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tcgetpgrp.3 5.3 (Berkeley) 3/29/92 -.\" .Dd "March 29, 1992" .Dt TCGETPGRP 3 .Os diff --git a/lib/libc/termios/tcgetpgrp.c b/lib/libc/termios/tcgetpgrp.c index 6f54fce62d4..41c23292833 100644 --- a/lib/libc/termios/tcgetpgrp.c +++ b/lib/libc/termios/tcgetpgrp.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcgetpgrp.c,v 1.2 1995/06/26 23:06:00 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcgetpgrp.c,v 1.2 1995/06/26 23:06:00 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcgetpgrp.c,v 1.2 1996/08/19 08:34:40 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/termios/tcsendbreak.3 b/lib/libc/termios/tcsendbreak.3 index 6fc2d8dee49..617f80e3665 100644 --- a/lib/libc/termios/tcsendbreak.3 +++ b/lib/libc/termios/tcsendbreak.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: tcsendbreak.3,v 1.1 1995/04/25 00:04:44 jtc Exp $ +.\" $OpenBSD: tcsendbreak.3,v 1.2 1996/08/19 08:34:41 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tcsendbreak.3 5.3 (Berkeley) 3/4/92 -.\" .Dd "March 4, 1992" .Dt TCSENDBREAK 3 .Os diff --git a/lib/libc/termios/tcsendbreak.c b/lib/libc/termios/tcsendbreak.c index 0ff01d350d9..99c58bf3c7f 100644 --- a/lib/libc/termios/tcsendbreak.c +++ b/lib/libc/termios/tcsendbreak.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcsendbreak.c,v 1.1 1995/04/25 00:04:46 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcsendbreak.c,v 1.1 1995/04/25 00:04:46 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcsendbreak.c,v 1.2 1996/08/19 08:34:41 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/termios/tcsetattr.3 b/lib/libc/termios/tcsetattr.3 index 9c445f0176a..26afd7e14c0 100644 --- a/lib/libc/termios/tcsetattr.3 +++ b/lib/libc/termios/tcsetattr.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: tcsetattr.3,v 1.1 1995/04/25 00:04:47 jtc Exp $ +.\" $OpenBSD: tcsetattr.3,v 1.2 1996/08/19 08:34:42 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tcsetattr.3 5.2 (Berkeley) 3/4/92 -.\" .Dd "March 4, 1992" .Dt TCSETATTR 3 .Os diff --git a/lib/libc/termios/tcsetattr.c b/lib/libc/termios/tcsetattr.c index 8b163f046a4..a054d031c30 100644 --- a/lib/libc/termios/tcsetattr.c +++ b/lib/libc/termios/tcsetattr.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcsetattr.c,v 1.2 1995/06/26 23:06:06 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcsetattr.c,v 1.2 1995/06/26 23:06:06 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcsetattr.c,v 1.2 1996/08/19 08:34:42 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/ioctl.h> diff --git a/lib/libc/termios/tcsetpgrp.3 b/lib/libc/termios/tcsetpgrp.3 index 0fb5f9b0e2d..e5b85e301cf 100644 --- a/lib/libc/termios/tcsetpgrp.3 +++ b/lib/libc/termios/tcsetpgrp.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: tcsetpgrp.3,v 1.1 1995/04/25 00:04:50 jtc Exp $ +.\" $OpenBSD: tcsetpgrp.3,v 1.2 1996/08/19 08:34:43 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tcsetpgrp.3 5.3 (Berkeley) 3/29/92 -.\" .Dd "March 29, 1992" .Dt TCSETPGRP 3 .Os diff --git a/lib/libc/termios/tcsetpgrp.c b/lib/libc/termios/tcsetpgrp.c index a47cf8743f1..1b3dd9ed340 100644 --- a/lib/libc/termios/tcsetpgrp.c +++ b/lib/libc/termios/tcsetpgrp.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcsetpgrp.c,v 1.2 1995/06/26 23:06:13 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcsetpgrp.c,v 1.2 1995/06/26 23:06:13 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcsetpgrp.c,v 1.2 1996/08/19 08:34:44 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> |