diff options
Diffstat (limited to 'lib/libc/termios/cfsetospeed.c')
-rw-r--r-- | lib/libc/termios/cfsetospeed.c | 8 |
1 files changed, 1 insertions, 7 deletions
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> |