summaryrefslogtreecommitdiff
path: root/libexec/getty
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2014-04-12 17:01:24 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2014-04-12 17:01:24 +0000
commit994e59f0ec584d661317877cf6b7607831d99d10 (patch)
tree97dad3d5dd6f503787678b9dbb8bce800d0a55eb /libexec/getty
parent648fbf06d9960c5cf4613ef93fb1a42257b4fdaa (diff)
remove the prototype for compatflags() which was removed in 2013.
Diffstat (limited to 'libexec/getty')
-rw-r--r--libexec/getty/subr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c
index 14d0faf563f..2e8633ddda3 100644
--- a/libexec/getty/subr.c
+++ b/libexec/getty/subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr.c,v 1.21 2013/12/10 20:56:59 naddy Exp $ */
+/* $OpenBSD: subr.c,v 1.22 2014/04/12 17:01:23 jsg Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -45,8 +45,6 @@
extern struct termios tmode, omode;
-static void compatflags(long);
-
/*
* Get a table entry.
*/