From: Guillem Jover Date: Sun, 20 May 2018 17:20:33 +0000 (+0200) Subject: Update few RCS keyword contents to match BSD originals X-Git-Tag: 0.9.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef5faeb575c21257347643fb157c6b64f62b6ffe;p=thirdparty%2Flibbsd.git Update few RCS keyword contents to match BSD originals This will slightly reduce the delta, and makes it easier to compare the sources. --- 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.