From ef5faeb575c21257347643fb157c6b64f62b6ffe Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 20 May 2018 19:20:33 +0200 Subject: [PATCH] Update few RCS keyword contents to match BSD originals This will slightly reduce the delta, and makes it easier to compare the sources. --- src/chacha_private.h | 2 +- src/radixsort.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/chacha_private.h b/src/chacha_private.h index 5aae8d8..3b4ec93 100644 --- a/src/chacha_private.h +++ b/src/chacha_private.h @@ -4,7 +4,7 @@ D. J. Bernstein Public domain. */ -/* $OpenBSD$ */ +/* $OpenBSD: chacha_private.h,v 1.2 2013/10/04 07:02:27 djm Exp $ */ typedef unsigned char u8; typedef unsigned int u32; diff --git a/src/radixsort.c b/src/radixsort.c index 44d3a58..e03b18d 100644 --- a/src/radixsort.c +++ b/src/radixsort.c @@ -1,4 +1,5 @@ -/* $NetBSD: radixsort.c,v 1.18 2009/08/21 20:49:50 dsl Exp $ */ +/* $NetBSD: radixsort.c,v 1.18 2009/08/21 20:49:50 dsl Exp $ */ + /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. -- 2.39.5