Source-Changes-HG archive

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

[src/trunk]: src/lib/librumpuser RCS Id police (because we can. or have you h...



details:   https://anonhg.NetBSD.org/src/rev/b51f4b47551e
branches:  trunk
changeset: 331790:b51f4b47551e
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Aug 24 14:37:31 2014 +0000

description:
RCS Id police (because we can. or have you heard of git id police?)

diffstat:

 lib/librumpuser/rumpfiber.c       |  4 +++-
 lib/librumpuser/rumpfiber.h       |  2 ++
 lib/librumpuser/rumpfiber_bio.c   |  4 +++-
 lib/librumpuser/rumpfiber_sp.c    |  4 +++-
 lib/librumpuser/rumpuser_file.c   |  4 +++-
 lib/librumpuser/rumpuser_mem.c    |  4 +++-
 lib/librumpuser/rumpuser_random.c |  4 +++-
 7 files changed, 20 insertions(+), 6 deletions(-)

diffs (117 lines):

diff -r 755e68fccdd4 -r b51f4b47551e lib/librumpuser/rumpfiber.c
--- a/lib/librumpuser/rumpfiber.c       Sun Aug 24 14:35:27 2014 +0000
+++ b/lib/librumpuser/rumpfiber.c       Sun Aug 24 14:37:31 2014 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: rumpfiber.c,v 1.4 2014/08/24 14:37:31 pooka Exp $      */
+
 /*
  * Copyright (c) 2007-2013 Antti Kantee.  All Rights Reserved.
  * Copyright (c) 2014 Justin Cormack.  All Rights Reserved.
@@ -66,7 +68,7 @@
 #include "rumpuser_port.h"
 
 #if !defined(lint)
-__RCSID("$NetBSD: rumpfiber.c,v 1.3 2014/07/25 14:00:31 justin Exp $");
+__RCSID("$NetBSD: rumpfiber.c,v 1.4 2014/08/24 14:37:31 pooka Exp $");
 #endif /* !lint */
 
 #include <sys/ioctl.h>
diff -r 755e68fccdd4 -r b51f4b47551e lib/librumpuser/rumpfiber.h
--- a/lib/librumpuser/rumpfiber.h       Sun Aug 24 14:35:27 2014 +0000
+++ b/lib/librumpuser/rumpfiber.h       Sun Aug 24 14:37:31 2014 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: rumpfiber.h,v 1.2 2014/08/24 14:37:31 pooka Exp $      */
+
 /*
  * Copyright (c) 2014 Justin Cormack.  All Rights Reserved.
  *
diff -r 755e68fccdd4 -r b51f4b47551e lib/librumpuser/rumpfiber_bio.c
--- a/lib/librumpuser/rumpfiber_bio.c   Sun Aug 24 14:35:27 2014 +0000
+++ b/lib/librumpuser/rumpfiber_bio.c   Sun Aug 24 14:37:31 2014 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: rumpfiber_bio.c,v 1.3 2014/08/24 14:37:31 pooka Exp $  */
+
 /*-
  * Copyright (c) 2014 Antti Kantee.  All Rights Reserved.
  *
@@ -26,7 +28,7 @@
 #include "rumpuser_port.h"
 
 #if !defined(lint)
-__RCSID("$NetBSD: rumpfiber_bio.c,v 1.2 2014/08/20 12:09:15 justin Exp $");
+__RCSID("$NetBSD: rumpfiber_bio.c,v 1.3 2014/08/24 14:37:31 pooka Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
diff -r 755e68fccdd4 -r b51f4b47551e lib/librumpuser/rumpfiber_sp.c
--- a/lib/librumpuser/rumpfiber_sp.c    Sun Aug 24 14:35:27 2014 +0000
+++ b/lib/librumpuser/rumpfiber_sp.c    Sun Aug 24 14:37:31 2014 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: rumpfiber_sp.c,v 1.2 2014/08/24 14:37:31 pooka Exp $   */
+
 /*
  * Copyright (c) 2014 Justin Cormack.  All Rights Reserved.
  *
@@ -28,7 +30,7 @@
 #include "rumpuser_port.h"
 
 #if !defined(lint)
-__RCSID("$NetBSD: rumpfiber_sp.c,v 1.1 2014/07/11 20:26:31 justin Exp $");
+__RCSID("$NetBSD: rumpfiber_sp.c,v 1.2 2014/08/24 14:37:31 pooka Exp $");
 #endif /* !lint */
 
 #include <stdlib.h>
diff -r 755e68fccdd4 -r b51f4b47551e lib/librumpuser/rumpuser_file.c
--- a/lib/librumpuser/rumpuser_file.c   Sun Aug 24 14:35:27 2014 +0000
+++ b/lib/librumpuser/rumpuser_file.c   Sun Aug 24 14:37:31 2014 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: rumpuser_file.c,v 1.2 2014/08/24 14:37:31 pooka Exp $  */
+
 /*
  * Copyright (c) 2007-2010 Antti Kantee.  All Rights Reserved.
  *
@@ -28,7 +30,7 @@
 #include "rumpuser_port.h"
 
 #if !defined(lint)
-__RCSID("$NetBSD: rumpuser_file.c,v 1.1 2014/07/09 23:41:40 justin Exp $");
+__RCSID("$NetBSD: rumpuser_file.c,v 1.2 2014/08/24 14:37:31 pooka Exp $");
 #endif /* !lint */
 
 #include <sys/ioctl.h>
diff -r 755e68fccdd4 -r b51f4b47551e lib/librumpuser/rumpuser_mem.c
--- a/lib/librumpuser/rumpuser_mem.c    Sun Aug 24 14:35:27 2014 +0000
+++ b/lib/librumpuser/rumpuser_mem.c    Sun Aug 24 14:37:31 2014 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: rumpuser_mem.c,v 1.2 2014/08/24 14:37:31 pooka Exp $   */
+
 /*
  * Copyright (c) 2007-2010 Antti Kantee.  All Rights Reserved.
  *
@@ -26,7 +28,7 @@
 #include "rumpuser_port.h"
 
 #if !defined(lint)
-__RCSID("$NetBSD: rumpuser_mem.c,v 1.1 2014/07/09 23:41:40 justin Exp $");
+__RCSID("$NetBSD: rumpuser_mem.c,v 1.2 2014/08/24 14:37:31 pooka Exp $");
 #endif /* !lint */
 
 #include <sys/mman.h>
diff -r 755e68fccdd4 -r b51f4b47551e lib/librumpuser/rumpuser_random.c
--- a/lib/librumpuser/rumpuser_random.c Sun Aug 24 14:35:27 2014 +0000
+++ b/lib/librumpuser/rumpuser_random.c Sun Aug 24 14:37:31 2014 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: rumpuser_random.c,v 1.3 2014/08/24 14:37:31 pooka Exp $        */
+
 /*
  * Copyright (c) 2014 Justin Cormack.  All Rights Reserved.
  *
@@ -26,7 +28,7 @@
 #include "rumpuser_port.h"
 
 #if !defined(lint)
-__RCSID("$NetBSD: rumpuser_random.c,v 1.2 2014/07/25 14:00:31 justin Exp $");
+__RCSID("$NetBSD: rumpuser_random.c,v 1.3 2014/08/24 14:37:31 pooka Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>



Home | Main Index | Thread Index | Old Index