svn commit: r193164 - head/sys/compat/linux

Dmitry Chagin dchagin at FreeBSD.org
Sun May 31 12:00:17 UTC 2009


Author: dchagin
Date: Sun May 31 12:00:16 2009
New Revision: 193164
URL: http://svn.freebsd.org/changeset/base/193164

Log:
  Remove empty lines.
  
  Approved by:	kib (mentor)
  MFC after:	1 month

Modified:
  head/sys/compat/linux/linux_socket.c

Modified: head/sys/compat/linux/linux_socket.c
==============================================================================
--- head/sys/compat/linux/linux_socket.c	Sun May 31 11:59:32 2009	(r193163)
+++ head/sys/compat/linux/linux_socket.c	Sun May 31 12:00:16 2009	(r193164)
@@ -445,8 +445,6 @@ bsd_to_linux_cmsg_type(int cmsg_type)
 	return (-1);
 }
 
-
-
 static int
 linux_to_bsd_msghdr(struct msghdr *bhdr, const struct l_msghdr *lhdr)
 {


More information about the svn-src-head mailing list