From 20db9285bad6b36ae8e16f6e3b6844c925bd1fb9 Mon Sep 17 00:00:00 2001 From: simonb Date: Sun, 2 Nov 2003 08:29:06 +0000 Subject: [PATCH] Kill trailing blank lines. --- sys/arch/mips/mips/sig_machdep.c | 5 ++--- sys/arch/mips/mips/svr4_machdep.c | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sys/arch/mips/mips/sig_machdep.c b/sys/arch/mips/mips/sig_machdep.c index 997088598d7a..6dd0061e9376 100644 --- a/sys/arch/mips/mips/sig_machdep.c +++ b/sys/arch/mips/mips/sig_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: sig_machdep.c,v 1.7 2003/11/02 08:20:09 christos Exp $ */ +/* $NetBSD: sig_machdep.c,v 1.8 2003/11/02 08:29:06 simonb Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: sig_machdep.c,v 1.7 2003/11/02 08:20:09 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sig_machdep.c,v 1.8 2003/11/02 08:29:06 simonb Exp $"); #include "opt_cputype.h" #include "opt_compat_netbsd.h" @@ -160,4 +160,3 @@ sendsig(const ksiginfo_t *ksi, const sigset_t *mask) #endif sendsig_siginfo(ksi, mask); } - diff --git a/sys/arch/mips/mips/svr4_machdep.c b/sys/arch/mips/mips/svr4_machdep.c index 06336098e897..a48a8e134222 100644 --- a/sys/arch/mips/mips/svr4_machdep.c +++ b/sys/arch/mips/mips/svr4_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: svr4_machdep.c,v 1.6 2003/07/15 02:43:39 lukem Exp $ */ +/* $NetBSD: svr4_machdep.c,v 1.7 2003/11/02 08:29:06 simonb Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -43,7 +43,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: svr4_machdep.c,v 1.6 2003/07/15 02:43:39 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: svr4_machdep.c,v 1.7 2003/11/02 08:29:06 simonb Exp $"); #include #include @@ -96,4 +96,3 @@ svr4_getmcontext(l, mc, flags) printf("Warning: svr4_getmcontext() called\n"); return NULL; } -