Date: Sun, 26 Feb 2017 21:24:36 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r314316 - head/usr.bin/dc Message-ID: <201702262124.v1QLOawO012421@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pfg Date: Sun Feb 26 21:24:35 2017 New Revision: 314316 URL: https://svnweb.freebsd.org/changeset/base/314316 Log: 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 Modified: head/usr.bin/dc/stack.c Modified: head/usr.bin/dc/stack.c ============================================================================== --- head/usr.bin/dc/stack.c Sun Feb 26 20:49:35 2017 (r314315) +++ head/usr.bin/dc/stack.c Sun Feb 26 21:24:35 2017 (r314316) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702262124.v1QLOawO012421>