diff options
author | 2014-04-12 17:01:23 +0000 | |
---|---|---|
committer | 2014-04-12 17:01:23 +0000 | |
commit | f1964cf873a06022068aed126c0b5c432c3b4d1e (patch) | |
tree | a27e477144d42f78d6ca8f95bac0cf10608c7ffb | |
parent | more(1) is not an editor, so don't say -t will "edit" a file; (diff) | |
download | wireguard-openbsd-f1964cf873a06022068aed126c0b5c432c3b4d1e.tar.xz wireguard-openbsd-f1964cf873a06022068aed126c0b5c432c3b4d1e.zip |
remove the prototype for compatflags() which was removed in 2013.
-rw-r--r-- | libexec/getty/subr.c | 4 |
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. */ |