* lib/tcbfuncs.c: Ignore fflush() return value.
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
* lib/tcbfuncs.c: Do not free path before its last use.
|
* lib/tcbfuncs.c: Do not free path before its last use.
|
||||||
* lib/tcbfuncs.c: Include shadowio.h, needed for the
|
* lib/tcbfuncs.c: Include shadowio.h, needed for the
|
||||||
spw_setdbname's prototype.
|
spw_setdbname's prototype.
|
||||||
|
* lib/tcbfuncs.c: Ignore fflush() return value.
|
||||||
|
|
||||||
2010-03-17 Nicolas François <nicolas.francois@centraliens.net>
|
2010-03-17 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
@@ -66,7 +66,7 @@ shadowtcb_status shadowtcb_gain_priv()
|
|||||||
*/
|
*/
|
||||||
#define OUT_OF_MEMORY do { \
|
#define OUT_OF_MEMORY do { \
|
||||||
fprintf(stderr, _("%s: out of memory\n"), Prog); \
|
fprintf(stderr, _("%s: out of memory\n"), Prog); \
|
||||||
fflush(stderr); \
|
(void) fflush(stderr); \
|
||||||
} while(false)
|
} while(false)
|
||||||
|
|
||||||
/* Returns user's tcb directory path relative to TCB_DIR. */
|
/* Returns user's tcb directory path relative to TCB_DIR. */
|
||||||
|
Reference in New Issue
Block a user