diff options
author | 2004-01-20 21:41:20 +0000 | |
---|---|---|
committer | 2004-01-20 21:41:20 +0000 | |
commit | 6454996b75a16b9b0922d62e6bb2948323af4289 (patch) | |
tree | 113efb6da6e6199249350ef9a6bcecf0498c9bb9 | |
parent | do not put INET6 here, we want bsd.rd that fits (diff) | |
download | wireguard-openbsd-6454996b75a16b9b0922d62e6bb2948323af4289.tar.xz wireguard-openbsd-6454996b75a16b9b0922d62e6bb2948323af4289.zip |
duplicated entry; evarts@amazon.com
-rw-r--r-- | usr.bin/dc/bcode.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/dc/bcode.c b/usr.bin/dc/bcode.c index 8021b5dd178..014ae6cfe83 100644 --- a/usr.bin/dc/bcode.c +++ b/usr.bin/dc/bcode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcode.c,v 1.20 2003/12/19 19:23:16 otto Exp $ */ +/* $OpenBSD: bcode.c,v 1.21 2004/01/20 21:41:20 deraadt Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek <otto@drijf.net> @@ -17,7 +17,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: bcode.c,v 1.20 2003/12/19 19:23:16 otto Exp $"; +static const char rcsid[] = "$OpenBSD: bcode.c,v 1.21 2004/01/20 21:41:20 deraadt Exp $"; #endif /* not lint */ #include <ssl/ssl.h> @@ -209,7 +209,6 @@ static const struct jump_entry jump_table_data[] = { { 'n', pop_printn }, { 'o', set_obase }, { 'p', print_tos }, - { 'p', print_tos }, { 'q', quit }, { 'r', swap }, { 's', store }, |