[Midnightbsd-cvs] src [10540] trunk/lib/libc/stdlib/remque.c: tag
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Jun 7 19:02:51 EDT 2018
Revision: 10540
http://svnweb.midnightbsd.org/src/?rev=10540
Author: laffer1
Date: 2018-06-07 19:02:50 -0400 (Thu, 07 Jun 2018)
Log Message:
-----------
tag
Modified Paths:
--------------
trunk/lib/libc/stdlib/remque.c
Modified: trunk/lib/libc/stdlib/remque.c
===================================================================
--- trunk/lib/libc/stdlib/remque.c 2018-06-07 23:02:22 UTC (rev 10539)
+++ trunk/lib/libc/stdlib/remque.c 2018-06-07 23:02:50 UTC (rev 10540)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Initial implementation:
* Copyright (c) 2002 Robert Drehmel
@@ -7,7 +8,7 @@
* unchanged, you can do what ever you want with this file.
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/libc/stdlib/remque.c 108644 2003-01-04 07:34:41Z tjr $");
#define _SEARCH_PRIVATE
#include <search.h>
More information about the Midnightbsd-cvs
mailing list