svn commit: r246954 - head/sys/sys

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Feb 18 23:58:06 UTC 2013


Author: pjd
Date: Mon Feb 18 23:58:05 2013
New Revision: 246954
URL: http://svnweb.freebsd.org/changeset/base/246954

Log:
  More white-space cleanups.
  
  Reported by:	zont (the first one)

Modified:
  head/sys/sys/protosw.h

Modified: head/sys/sys/protosw.h
==============================================================================
--- head/sys/sys/protosw.h	Mon Feb 18 23:13:13 2013	(r246953)
+++ head/sys/sys/protosw.h	Mon Feb 18 23:58:05 2013	(r246954)
@@ -210,7 +210,7 @@ struct pr_usrreqs {
 #define	PRUS_EOF	0x2
 #define	PRUS_MORETOCOME	0x4
 	int	(*pru_sense)(struct socket *so, struct stat *sb);
-        int	(*pru_shutdown)(struct socket *so);
+	int	(*pru_shutdown)(struct socket *so);
 	int	(*pru_flush)(struct socket *so, int direction);
 	int	(*pru_sockaddr)(struct socket *so, struct sockaddr **nam);
 	int	(*pru_sosend)(struct socket *so, struct sockaddr *addr,
@@ -266,7 +266,7 @@ int	pru_sopoll_notsupp(struct socket *so
  */
 #define	PRC_IFDOWN		0	/* interface transition */
 #define	PRC_ROUTEDEAD		1	/* select new route if possible ??? */
-#define	PRC_IFUP		2 	/* interface has come back up */
+#define	PRC_IFUP		2	/* interface has come back up */
 #define	PRC_QUENCH2		3	/* DEC congestion bit says slow down */
 #define	PRC_QUENCH		4	/* some one said to slow down */
 #define	PRC_MSGSIZE		5	/* message size forced drop */


More information about the svn-src-head mailing list