Very old systems (pre XPG 4.2) may not support MSG_WAITALL. The
likelihood of receiving a partial message is quite low so this is not a big deal.
This commit is contained in:
@@ -17,6 +17,13 @@
|
||||
#ifndef _SUDO_EXEC_H
|
||||
#define _SUDO_EXEC_H
|
||||
|
||||
/*
|
||||
* Older systems may not support MSG_WAITALL but it shouldn't really be needed.
|
||||
*/
|
||||
#ifndef MSG_WAITALL
|
||||
# define MSG_WAITALL 0
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Special values to indicate whether continuing in foreground or background.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user