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 */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to