Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Place opening brace to function at column 0, like i...
details: https://anonhg.NetBSD.org/src/rev/7950930e0c46
branches: trunk
changeset: 336418:7950930e0c46
user: rtr <rtr%NetBSD.org@localhost>
date: Sat Feb 28 21:42:01 2015 +0000
description:
Place opening brace to function at column 0, like in the rest of the file.
diffstat:
sys/kern/uipc_usrreq.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 09220ce8146e -r 7950930e0c46 sys/kern/uipc_usrreq.c
--- a/sys/kern/uipc_usrreq.c Sat Feb 28 21:30:22 2015 +0000
+++ b/sys/kern/uipc_usrreq.c Sat Feb 28 21:42:01 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uipc_usrreq.c,v 1.173 2015/02/02 02:28:26 christos Exp $ */
+/* $NetBSD: uipc_usrreq.c,v 1.174 2015/02/28 21:42:01 rtr Exp $ */
/*-
* Copyright (c) 1998, 2000, 2004, 2008, 2009 The NetBSD Foundation, Inc.
@@ -96,7 +96,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uipc_usrreq.c,v 1.173 2015/02/02 02:28:26 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipc_usrreq.c,v 1.174 2015/02/28 21:42:01 rtr Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -920,7 +920,8 @@
* what it calls "abstract" unix sockets.
*/
static struct sockaddr_un *
-makeun(struct mbuf *nam, size_t *addrlen) {
+makeun(struct mbuf *nam, size_t *addrlen)
+{
struct sockaddr_un *sun;
*addrlen = nam->m_len + 1;
Home |
Main Index |
Thread Index |
Old Index