summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshpty.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-03-19 18:51:18 +0000
committerderaadt <deraadt@openbsd.org>2006-03-19 18:51:18 +0000
commit4bfeb04eec5b9b7bbd12a54a2c38c3687cb9957d (patch)
tree6b190713b0402e2ffd8c33c4570b0eb85ce3d648 /usr.bin/ssh/sshpty.c
parentFix mem leaks in error path. From NetBSD's coverity analysis. ok pat@ (diff)
downloadwireguard-openbsd-4bfeb04eec5b9b7bbd12a54a2c38c3687cb9957d.tar.xz
wireguard-openbsd-4bfeb04eec5b9b7bbd12a54a2c38c3687cb9957d.zip
RCSID() can die
Diffstat (limited to 'usr.bin/ssh/sshpty.c')
-rw-r--r--usr.bin/ssh/sshpty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshpty.c b/usr.bin/ssh/sshpty.c
index d9e0307a8a3..5cd49b38bd4 100644
--- a/usr.bin/ssh/sshpty.c
+++ b/usr.bin/ssh/sshpty.c
@@ -12,7 +12,6 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshpty.c,v 1.16 2006/02/20 17:19:54 stevesk Exp $");
#include <sys/ioctl.h>
#include <sys/types.h>