summaryrefslogtreecommitdiff
path: root/usr.sbin/sa
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2019-01-17 06:21:47 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2019-01-17 06:21:47 +0000
commit2f2410d6eae0172c0c396fce8f0b4b49cd3fe10e (patch)
treef8556ff7b0381d70ac5eea4645b16738907d52c7 /usr.sbin/sa
parentaa589a4c6956975b70991560c2c25e7ceb2bf62c (diff)
convert to using $OpenBSD markers
Diffstat (limited to 'usr.sbin/sa')
-rw-r--r--usr.sbin/sa/extern.h2
-rw-r--r--usr.sbin/sa/pathnames.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sa/extern.h b/usr.sbin/sa/extern.h
index b380b20e7ca..e7d22341adf 100644
--- a/usr.sbin/sa/extern.h
+++ b/usr.sbin/sa/extern.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: extern.h,v 1.6 2019/01/17 06:21:46 tedu Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
* All rights reserved.
@@ -27,7 +28,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: extern.h,v 1.5 2016/08/14 22:29:01 krw Exp $
*/
#include <sys/param.h> /* MAXCOMLEN */
diff --git a/usr.sbin/sa/pathnames.h b/usr.sbin/sa/pathnames.h
index d4c44ec2d37..70438f89d6f 100644
--- a/usr.sbin/sa/pathnames.h
+++ b/usr.sbin/sa/pathnames.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: pathnames.h,v 1.2 2019/01/17 06:21:46 tedu Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
* All rights reserved.
@@ -27,7 +28,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pathnames.h,v 1.1 1995/10/18 08:48:07 deraadt Exp $
*/
#define _PATH_ACCT "/var/account/acct"