Remove RCSID tags

These are obsolete markers, and in some cases they repeat the
information already present in the comment header.
This commit is contained in:
Guillem Jover
2017-06-14 02:53:35 +02:00
parent 7938619254
commit 8e8834d8e5
18 changed files with 7 additions and 66 deletions

View File

@@ -30,11 +30,7 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)merge.c 8.2 (Berkeley) 2/14/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/*
* Hybrid exponential search/linear search merge sort with hybrid