aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/dc
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-02-26 21:24:35 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-02-26 21:24:35 +0000
commit7ba980521d26b2ef65d2b304008894f2aac2003b (patch)
treeadd3aaad5432e6ec0168f10bb8e58027d8fa1a5c /usr.bin/dc
parentf6313575401b3e97469df997e8b9d1a18fb485d0 (diff)
downloadsrc-7ba980521d26b2ef65d2b304008894f2aac2003b.tar.gz
src-7ba980521d26b2ef65d2b304008894f2aac2003b.zip
dc(1): Catch up with OpenBSD tag.
OpenBSD rev 1.12 corresponds to our SVN r275162. Update the tag to make easier future updates. No functional change. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=314316
Diffstat (limited to 'usr.bin/dc')
-rw-r--r--usr.bin/dc/stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/dc/stack.c b/usr.bin/dc/stack.c
index 3364ae228c52..6b0c0d189193 100644
--- a/usr.bin/dc/stack.c
+++ b/usr.bin/dc/stack.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: stack.c,v 1.11 2009/10/27 23:59:37 deraadt Exp $ */
+/* $OpenBSD: stack.c,v 1.12 2014/11/26 15:05:51 otto Exp $ */
/*
* Copyright (c) 2003, Otto Moerbeek <otto@drijf.net>