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

This commit is contained in:
truckman 2004-06-01 08:59:03 +00:00
parent ac4a1eaf40
commit 967b923f98

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
/*