Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpuser Add __RCSID.
details: https://anonhg.NetBSD.org/src/rev/52154efc2946
branches: trunk
changeset: 329996:52154efc2946
user: alnsn <alnsn%NetBSD.org@localhost>
date: Mon Jun 16 21:07:28 2014 +0000
description:
Add __RCSID.
diffstat:
lib/librumpuser/rumpuser_bio.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 4c79bd9e7a46 -r 52154efc2946 lib/librumpuser/rumpuser_bio.c
--- a/lib/librumpuser/rumpuser_bio.c Mon Jun 16 19:08:17 2014 +0000
+++ b/lib/librumpuser/rumpuser_bio.c Mon Jun 16 21:07:28 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser_bio.c,v 1.7 2013/05/15 14:58:24 pooka Exp $ */
+/* $NetBSD: rumpuser_bio.c,v 1.8 2014/06/16 21:07:28 alnsn Exp $ */
/*-
* Copyright (c) 2013 Antti Kantee. All Rights Reserved.
@@ -27,6 +27,10 @@
#include "rumpuser_port.h"
+#if !defined(lint)
+__RCSID("$NetBSD: rumpuser_bio.c,v 1.8 2014/06/16 21:07:28 alnsn Exp $");
+#endif /* !lint */
+
#include <sys/types.h>
#include <assert.h>
Home |
Main Index |
Thread Index |
Old Index