Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys whitespace
details: https://anonhg.NetBSD.org/src/rev/f39f303ce9e7
branches: trunk
changeset: 797963:f39f303ce9e7
user: rtr <rtr%NetBSD.org@localhost>
date: Tue Aug 05 14:02:42 2014 +0000
description:
whitespace
diffstat:
sys/sys/un.h | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diffs (33 lines):
diff -r 99707e6bec39 -r f39f303ce9e7 sys/sys/un.h
--- a/sys/sys/un.h Tue Aug 05 13:49:04 2014 +0000
+++ b/sys/sys/un.h Tue Aug 05 14:02:42 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: un.h,v 1.53 2014/08/05 05:24:27 rtr Exp $ */
+/* $NetBSD: un.h,v 1.54 2014/08/05 14:02:42 rtr Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@@ -79,15 +79,15 @@
extern const struct pr_usrreqs unp_usrreqs;
int uipc_ctloutput(int, struct socket *, struct sockopt *);
-void uipc_init (void);
-kmutex_t *uipc_dgramlock (void);
-kmutex_t *uipc_streamlock (void);
-kmutex_t *uipc_rawlock (void);
+void uipc_init(void);
+kmutex_t *uipc_dgramlock(void);
+kmutex_t *uipc_streamlock(void);
+kmutex_t *uipc_rawlock(void);
-int unp_connect (struct socket *, struct mbuf *, struct lwp *);
-int unp_connect2 (struct socket *, struct socket *, int);
-void unp_dispose (struct mbuf *);
-int unp_externalize (struct mbuf *, struct lwp *, int);
+int unp_connect(struct socket *, struct mbuf *, struct lwp *);
+int unp_connect2(struct socket *, struct socket *, int);
+void unp_dispose(struct mbuf *);
+int unp_externalize(struct mbuf *, struct lwp *, int);
#else /* !_KERNEL */
Home |
Main Index |
Thread Index |
Old Index