Skip to content

Commit

Permalink
minor modification for runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
bignaux committed Oct 18, 2016
1 parent 4435e41 commit d11f2a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.runtime
@@ -1,5 +1,5 @@
CC = gcc
CFLAGS = -std=gnu99 -Wall -Wno-unused-parameter -Wno-unused-result -Wformat-security -Os -Wall -g
CFLAGS = -std=gnu99 -Wall -Wno-unused-parameter -Wno-unused-result -Wformat-security -Os -g
STRIP = strip
MAGIC = echo "8: 414902" | xxd -r -
MKDIR = mkdir -p
Expand Down
1 change: 0 additions & 1 deletion runtime.c
Expand Up @@ -32,7 +32,6 @@
#include "squashfuse.h"
#include <squashfs_fs.h>
#include <nonstd.h>
#include <linux/limits.h>

#include <limits.h>
#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion squashfuse
Submodule squashfuse updated 3 files
+6 −0 Makefile.am
+16 −1 README
+179 −0 extract.c

0 comments on commit d11f2a8

Please sign in to comment.