Fix include header syntax

(cherry picked from commit e9b8e5a4d1)
pull/32/head
Paras Chetal 7 years ago committed by Marek Marczykowski-Górecki
parent 5428ce06ee
commit d81acf81d4
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -1,5 +1,5 @@
#include <unistd.h>
#include <ioall.h>
#include "ioall.h"
#include "libqubes-rpc-filecopy.h"
#include "crc32.h"

@ -1,6 +1,5 @@
#define _GNU_SOURCE /* For O_NOFOLLOW. */
#include <errno.h>
#include <ioall.h>
#include <fcntl.h>
#include <sys/time.h>
#include <sys/stat.h>
@ -10,6 +9,7 @@
#include <stdio.h>
#include <limits.h>
#include "libqubes-rpc-filecopy.h"
#include "ioall.h"
#include "crc32.h"
char untrusted_namebuf[MAX_PATH_LENGTH];

Loading…
Cancel
Save