Kill trailing blank lines.

This commit is contained in:
simonb 2003-11-02 08:29:06 +00:00
parent 38dd4ae2dc
commit 20db9285ba
2 changed files with 4 additions and 6 deletions

View File

@ -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 <sys/cdefs.h> /* 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);
}

View File

@ -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 <sys/cdefs.h>
__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 <sys/param.h>
#include <sys/systm.h>
@ -96,4 +96,3 @@ svr4_getmcontext(l, mc, flags)
printf("Warning: svr4_getmcontext() called\n");
return NULL;
}