Explicitely included unistd.h in all source file which use ssize_t
This commit is contained in:
parent
09ec2fa4b7
commit
8a4f1f88ae
@ -41,6 +41,7 @@
|
||||
#include <locale.h>
|
||||
#include <langinfo.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef Xorriso_standalonE
|
||||
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
/* Enable this and write the correct absolute path into the include statement
|
||||
@ -1791,7 +1792,7 @@ if (name != NULL && !namecont) {
|
||||
if (linkdest != NULL && linkdestcont == 0) {
|
||||
/* ups, RR standard violation */
|
||||
ret = iso_rr_msg_submit(fsdata, 4, ISO_WRONG_RR_WARN, 0,
|
||||
"New SL entry found without previous"
|
||||
"New SL entry found without previous "
|
||||
"CONTINUE flag. Ignored");
|
||||
continue;
|
||||
}
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "rockridge.h"
|
||||
#include "node.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
#ifndef PATH_MAX
|
||||
|
Loading…
Reference in New Issue
Block a user