summaryrefslogtreecommitdiffstats
path: root/lib/libc/termios/tcflow.c
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2005-08-05 13:02:59 +0000
committerespie <espie@openbsd.org>2005-08-05 13:02:59 +0000
commit53b37aa960c5e4c03a5a2e490de17e3dee91b98f (patch)
treeb6b732a4bac59423102ec7a330f2ce864090ab8f /lib/libc/termios/tcflow.c
parent- remove rcsid (diff)
downloadwireguard-openbsd-53b37aa960c5e4c03a5a2e490de17e3dee91b98f.tar.xz
wireguard-openbsd-53b37aa960c5e4c03a5a2e490de17e3dee91b98f.zip
zap rcsid
Diffstat (limited to 'lib/libc/termios/tcflow.c')
-rw-r--r--lib/libc/termios/tcflow.c5
1 files changed, 1 insertions, 4 deletions
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>