Source-Changes-HG archive

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

[src/trunk]: src/sys/kern remove trailing empty line. no useful change.



details:   https://anonhg.NetBSD.org/src/rev/e6d21c913cdb
branches:  trunk
changeset: 757452:e6d21c913cdb
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Aug 30 10:30:01 2010 +0000

description:
remove trailing empty line.  no useful change.

diffstat:

 sys/kern/kern_prot.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 3e4a0bcc6845 -r e6d21c913cdb sys/kern/kern_prot.c
--- a/sys/kern/kern_prot.c      Mon Aug 30 10:24:42 2010 +0000
+++ b/sys/kern/kern_prot.c      Mon Aug 30 10:30:01 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_prot.c,v 1.110 2010/07/01 02:38:30 rmind Exp $    */
+/*     $NetBSD: kern_prot.c,v 1.111 2010/08/30 10:30:01 pooka Exp $    */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1990, 1991, 1993
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_prot.c,v 1.110 2010/07/01 02:38:30 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_prot.c,v 1.111 2010/08/30 10:30:01 pooka Exp $");
 
 #include "opt_compat_43.h"
 
@@ -625,4 +625,3 @@
        mutex_exit(proc_lock);
        return (0);
 }
-



Home | Main Index | Thread Index | Old Index