This commit is contained in:
Robert Swiecki 2017-09-25 19:54:06 +02:00
parent 9be5520fec
commit 8a263cd189
2 changed files with 2 additions and 3 deletions

View File

@ -113,5 +113,4 @@ user.o: user.h common.h log.h subproc.h util.h
util.o: util.h common.h log.h util.o: util.h common.h log.h
uts.o: uts.h common.h log.h uts.o: uts.h common.h log.h
cpu.o: cpu.h common.h log.h util.h cpu.o: cpu.h common.h log.h util.h
config.o: common.h caps.h config.h log.h mount.h user.h util.h config.pb.h config.o: common.h caps.h config.h log.h mount.h user.h util.h
config.pb.o: config.pb.h

View File

@ -26,7 +26,7 @@
#include "common.h" #include "common.h"
bool containSetupFD(struct nsjconf_t * nsjconf, int fd_in, int fd_out, int fd_err); bool containSetupFD(struct nsjconf_t *nsjconf, int fd_in, int fd_out, int fd_err);
bool containContain(struct nsjconf_t *nsjconf); bool containContain(struct nsjconf_t *nsjconf);
#endif /* NS_CONTAIN_H */ #endif /* NS_CONTAIN_H */