Whitespace correction - #define should be followed by a tab.

This commit is contained in:
Don Lewis 2004-06-01 08:59:03 +00:00
parent a5663451aa
commit 38665043ab

View File

@ -394,7 +394,7 @@ struct msghdr {
#define MSG_DONTWAIT 0x80 /* this message should be nonblocking */
#define MSG_EOF 0x100 /* data completes connection */
#define MSG_NBIO 0x4000 /* FIONBIO mode, used by fifofs */
#define MSG_COMPAT 0x8000 /* used in sendit() */
#define MSG_COMPAT 0x8000 /* used in sendit() */
#endif
/*