summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_socket.c
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-02-01 13:24:39 +0000
committernewton <newton@FreeBSD.org>1999-02-01 13:24:39 +0000
commit099d15dc2f5088a8d25e52a166af13c684b898e6 (patch)
tree80ca4c98e4a2ac5e02f5cea035b731d776b2a0c2 /sys/kern/sys_socket.c
parent3afb99373e9be6600ce26216ec6662667f062ce6 (diff)
downloadFreeBSD-src-099d15dc2f5088a8d25e52a166af13c684b898e6.zip
FreeBSD-src-099d15dc2f5088a8d25e52a166af13c684b898e6.tar.gz
Fix bogus line breaks in declarations for soo_read() and soo_write()
Suggested by: Pedant Central :-)
Diffstat (limited to 'sys/kern/sys_socket.c')
-rw-r--r--sys/kern/sys_socket.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/kern/sys_socket.c b/sys/kern/sys_socket.c
index b07f8e2..8392110 100644
--- a/sys/kern/sys_socket.c
+++ b/sys/kern/sys_socket.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)sys_socket.c 8.1 (Berkeley) 6/10/93
- * $Id: sys_socket.c,v 1.20 1999/01/30 06:25:00 newton Exp $
+ * $Id: sys_socket.c,v 1.21 1999/01/31 03:15:13 newton Exp $
*/
#include <sys/param.h>
@@ -50,10 +50,8 @@
#include <net/route.h>
/* soo_{read,write,close} non-static for SysVR4 "streams" pseudo-device */
-int soo_read __P((struct file *fp, struct uio *uio,
- struct ucred *cred));
-int soo_write __P((struct file *fp, struct uio *uio,
- struct ucred *cred));
+int soo_read __P((struct file *fp, struct uio *uio, struct ucred *cred));
+int soo_write __P((struct file *fp, struct uio *uio, struct ucred *cred));
int soo_close __P((struct file *fp, struct proc *p));
struct fileops socketops =
OpenPOWER on IntegriCloud