Module Name:    src
Committed By:   rtr
Date:           Tue Aug  5 14:02:42 UTC 2014

Modified Files:
        src/sys/sys: un.h

Log Message:
whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/sys/un.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/un.h
diff -u src/sys/sys/un.h:1.53 src/sys/sys/un.h:1.54
--- src/sys/sys/un.h:1.53	Tue Aug  5 05:24:27 2014
+++ src/sys/sys/un.h	Tue Aug  5 14:02:42 2014
@@ -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 @@ struct sockopt;
 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);
-
-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);
+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);
 
 #else /* !_KERNEL */
 

Reply via email to