summaryrefslogtreecommitdiff
path: root/lib/libc/termios
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/termios')
-rw-r--r--lib/libc/termios/cfgetispeed.c5
-rw-r--r--lib/libc/termios/cfgetospeed.c5
-rw-r--r--lib/libc/termios/cfmakeraw.c5
-rw-r--r--lib/libc/termios/cfsetispeed.c5
-rw-r--r--lib/libc/termios/cfsetospeed.c5
-rw-r--r--lib/libc/termios/cfsetspeed.c5
-rw-r--r--lib/libc/termios/tcdrain.c5
-rw-r--r--lib/libc/termios/tcflow.c5
-rw-r--r--lib/libc/termios/tcflush.c5
-rw-r--r--lib/libc/termios/tcgetattr.c5
-rw-r--r--lib/libc/termios/tcgetpgrp.c5
-rw-r--r--lib/libc/termios/tcsendbreak.c5
-rw-r--r--lib/libc/termios/tcsetattr.c5
-rw-r--r--lib/libc/termios/tcsetpgrp.c5
14 files changed, 14 insertions, 56 deletions
diff --git a/lib/libc/termios/cfgetispeed.c b/lib/libc/termios/cfgetispeed.c
index 21ed71e3b1c..dec51fdcf3d 100644
--- a/lib/libc/termios/cfgetispeed.c
+++ b/lib/libc/termios/cfgetispeed.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: cfgetispeed.c,v 1.5 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: cfgetispeed.c,v 1.4 2003/06/11 21:03:09 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <termios.h>
speed_t
diff --git a/lib/libc/termios/cfgetospeed.c b/lib/libc/termios/cfgetospeed.c
index fcc546a3b62..c6de6555e96 100644
--- a/lib/libc/termios/cfgetospeed.c
+++ b/lib/libc/termios/cfgetospeed.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: cfgetospeed.c,v 1.5 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: cfgetospeed.c,v 1.4 2003/06/11 21:03:09 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <termios.h>
speed_t
diff --git a/lib/libc/termios/cfmakeraw.c b/lib/libc/termios/cfmakeraw.c
index 5877add33c6..f0144fb8781 100644
--- a/lib/libc/termios/cfmakeraw.c
+++ b/lib/libc/termios/cfmakeraw.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: cfmakeraw.c,v 1.6 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: cfmakeraw.c,v 1.5 2003/06/11 21:03:09 deraadt 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 3e4f8c4cdea..4fb6aafd485 100644
--- a/lib/libc/termios/cfsetispeed.c
+++ b/lib/libc/termios/cfsetispeed.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: cfsetispeed.c,v 1.5 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: cfsetispeed.c,v 1.4 2003/06/11 21:03:09 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <termios.h>
int
diff --git a/lib/libc/termios/cfsetospeed.c b/lib/libc/termios/cfsetospeed.c
index 5aa83c4e570..6e4e663a801 100644
--- a/lib/libc/termios/cfsetospeed.c
+++ b/lib/libc/termios/cfsetospeed.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: cfsetospeed.c,v 1.5 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: cfsetospeed.c,v 1.4 2003/06/11 21:03:09 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <termios.h>
int
diff --git a/lib/libc/termios/cfsetspeed.c b/lib/libc/termios/cfsetspeed.c
index d5bbed307a8..ab32201d60e 100644
--- a/lib/libc/termios/cfsetspeed.c
+++ b/lib/libc/termios/cfsetspeed.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: cfsetspeed.c,v 1.5 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: cfsetspeed.c,v 1.4 2003/06/11 21:03:09 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <termios.h>
int
diff --git a/lib/libc/termios/tcdrain.c b/lib/libc/termios/tcdrain.c
index c9869db485f..ac74b496fa8 100644
--- a/lib/libc/termios/tcdrain.c
+++ b/lib/libc/termios/tcdrain.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: tcdrain.c,v 1.5 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: tcdrain.c,v 1.4 2003/06/11 21:03:09 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/ioctl.h>
#include <termios.h>
diff --git a/lib/libc/termios/tcflow.c b/lib/libc/termios/tcflow.c
index d6c48ce0a31..458999da488 100644
--- a/lib/libc/termios/tcflow.c
+++ b/lib/libc/termios/tcflow.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: tcflow.c,v 1.5 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: tcflow.c,v 1.4 2003/06/11 21:03:09 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/ioctl.h>
#include <termios.h>
#include <unistd.h>
diff --git a/lib/libc/termios/tcflush.c b/lib/libc/termios/tcflush.c
index bbce84de096..c35801c55f7 100644
--- a/lib/libc/termios/tcflush.c
+++ b/lib/libc/termios/tcflush.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: tcflush.c,v 1.5 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: tcflush.c,v 1.4 2003/06/11 21:03:09 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/ioctl.h>
#include <sys/fcntl.h>
#include <termios.h>
diff --git a/lib/libc/termios/tcgetattr.c b/lib/libc/termios/tcgetattr.c
index f3f627f6b61..638cdba53bc 100644
--- a/lib/libc/termios/tcgetattr.c
+++ b/lib/libc/termios/tcgetattr.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: tcgetattr.c,v 1.5 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: tcgetattr.c,v 1.4 2003/06/11 21:03:09 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/ioctl.h>
#include <termios.h>
diff --git a/lib/libc/termios/tcgetpgrp.c b/lib/libc/termios/tcgetpgrp.c
index 06ef8bc2b71..70f3a313f51 100644
--- a/lib/libc/termios/tcgetpgrp.c
+++ b/lib/libc/termios/tcgetpgrp.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: tcgetpgrp.c,v 1.5 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: tcgetpgrp.c,v 1.4 2003/06/11 21:03:09 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <sys/ioctl.h>
#include <termios.h>
diff --git a/lib/libc/termios/tcsendbreak.c b/lib/libc/termios/tcsendbreak.c
index ffc775c6f39..79e80f5958b 100644
--- a/lib/libc/termios/tcsendbreak.c
+++ b/lib/libc/termios/tcsendbreak.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: tcsendbreak.c,v 1.6 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: tcsendbreak.c,v 1.5 2003/06/11 21:03:09 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/tty.h>
diff --git a/lib/libc/termios/tcsetattr.c b/lib/libc/termios/tcsetattr.c
index d7770039bc1..9251a98bc23 100644
--- a/lib/libc/termios/tcsetattr.c
+++ b/lib/libc/termios/tcsetattr.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: tcsetattr.c,v 1.5 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: tcsetattr.c,v 1.4 2003/06/11 21:03:09 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/ioctl.h>
#include <termios.h>
#include <errno.h>
diff --git a/lib/libc/termios/tcsetpgrp.c b/lib/libc/termios/tcsetpgrp.c
index 894e85c64e4..d101666d3e8 100644
--- a/lib/libc/termios/tcsetpgrp.c
+++ b/lib/libc/termios/tcsetpgrp.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: tcsetpgrp.c,v 1.6 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: tcsetpgrp.c,v 1.5 2003/06/02 20:18:40 millert Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <sys/ioctl.h>
#include <termios.h>