Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/x86_64/sys Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/e38db0396a22
branches:  trunk
changeset: 329189:e38db0396a22
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Wed May 14 06:38:09 2014 +0000

description:
Whitespace.

diffstat:

 lib/libc/arch/x86_64/sys/__sigaction14_sigtramp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e038049a218c -r e38db0396a22 lib/libc/arch/x86_64/sys/__sigaction14_sigtramp.c
--- a/lib/libc/arch/x86_64/sys/__sigaction14_sigtramp.c Wed May 14 04:38:49 2014 +0000
+++ b/lib/libc/arch/x86_64/sys/__sigaction14_sigtramp.c Wed May 14 06:38:09 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: __sigaction14_sigtramp.c,v 1.10 2008/04/28 20:22:58 martin Exp $       */
+/*     $NetBSD: __sigaction14_sigtramp.c,v 1.11 2014/05/14 06:38:09 uebayasi Exp $     */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: __sigaction14_sigtramp.c,v 1.10 2008/04/28 20:22:58 martin Exp $");
+__RCSID("$NetBSD: __sigaction14_sigtramp.c,v 1.11 2014/05/14 06:38:09 uebayasi Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
@@ -41,7 +41,7 @@
 
 #include "extern.h"
 
- __weak_alias(__sigaction14, __libc_sigaction14)
+__weak_alias(__sigaction14, __libc_sigaction14)
 
 int
 __libc_sigaction14(int sig, const struct sigaction *act, struct sigaction *oact)



Home | Main Index | Thread Index | Old Index