summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2014-04-12 17:01:23 +0000
committerjsg <jsg@openbsd.org>2014-04-12 17:01:23 +0000
commitf1964cf873a06022068aed126c0b5c432c3b4d1e (patch)
treea27e477144d42f78d6ca8f95bac0cf10608c7ffb
parentmore(1) is not an editor, so don't say -t will "edit" a file; (diff)
downloadwireguard-openbsd-f1964cf873a06022068aed126c0b5c432c3b4d1e.tar.xz
wireguard-openbsd-f1964cf873a06022068aed126c0b5c432c3b4d1e.zip
remove the prototype for compatflags() which was removed in 2013.
-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.
*/