Update few RCS keyword contents to match BSD originals

This will slightly reduce the delta, and makes it easier to compare the
sources.
This commit is contained in:
Guillem Jover 2018-05-20 19:20:33 +02:00
parent 2d7de186e9
commit ef5faeb575
2 changed files with 3 additions and 2 deletions

View 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;

View 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.