Skip to content

Commit

Permalink
Merge pull request #1 from libos-nuse/nuse
Browse files Browse the repository at this point in the history
Nuse
  • Loading branch information
jyizheng committed Jun 27, 2015
2 parents 883afb4 + 14929c5 commit 4cbbff4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ script:
# disable DPDK build for a while
- make clean ARCH=lib V=1 && make library ARCH=lib V=1
- ./tools/testing/libos/nuse-test.sh
- make clean ARCH=lib V=1 && make library ARCH=lib OPT=no V=1
- ./tools/testing/libos/nuse-test.sh
3 changes: 2 additions & 1 deletion arch/lib/random.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ struct ctl_table random_table[] = {
.maxlen = sizeof(int),
.mode = 0444,
.proc_handler = proc_dointvec,
}
},
{}
};

0 comments on commit 4cbbff4

Please sign in to comment.