]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Update few RCS keyword contents to match BSD originals
authorGuillem Jover <guillem@hadrons.org>
Sun, 20 May 2018 17:20:33 +0000 (19:20 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 21 May 2018 02:47:28 +0000 (04:47 +0200)
This will slightly reduce the delta, and makes it easier to compare the
sources.

src/chacha_private.h
src/radixsort.c

index 5aae8d86c63f0ce641f2ce3cb86a726f380fa9d4..3b4ec9316d54762020134472da241dd303305cf4 100644 (file)
@@ -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;
index 44d3a582739ecd44ab9c3f773ab7eef49721c2cc..e03b18db46ca4ebc8d722b1358595856660031b7 100644 (file)
@@ -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.