Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/dump rcsid



details:   https://anonhg.NetBSD.org/src/rev/9e7cab1e8dd3
branches:  trunk
changeset: 522474:9e7cab1e8dd3
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Feb 19 23:11:28 2002 +0000

description:
rcsid

diffstat:

 sbin/dump/rcache.c |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r f2154f58c8c9 -r 9e7cab1e8dd3 sbin/dump/rcache.c
--- a/sbin/dump/rcache.c        Tue Feb 19 22:44:35 2002 +0000
+++ b/sbin/dump/rcache.c        Tue Feb 19 23:11:28 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rcache.c,v 1.10 2001/12/23 12:29:56 lukem Exp $        */
+/*     $NetBSD: rcache.c,v 1.11 2002/02/19 23:11:28 lukem Exp $        */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -36,7 +36,12 @@
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  */
-/*-----------------------------------------------------------------------*/
+
+#include <sys/cdefs.h>
+#ifndef lint
+__RCSID("$NetBSD: rcache.c,v 1.11 2002/02/19 23:11:28 lukem Exp $");
+#endif /* not lint */
+
 #include <sys/types.h>
 #include <sys/uio.h>
 #include <sys/mman.h>



Home | Main Index | Thread Index | Old Index