We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67ed09 commit ecb40fbCopy full SHA for ecb40fb
Makefile
@@ -272,6 +272,6 @@ tar:
272
rm -rf /tmp/xv6
273
mkdir -p /tmp/xv6
274
cp dist/* dist/.gdbinit.tmpl /tmp/xv6
275
- (cd /tmp; tar cf - xv6) | gzip >xv6-rev5.tar.gz
+ (cd /tmp; tar cf - xv6) | gzip >xv6-rev9.tar.gz # the next one will be 9 (6/27/15)
276
277
.PHONY: dist-test dist
date.h
@@ -1,8 +1,8 @@
1
struct rtcdate {
2
- uint second;
3
- uint minute;
4
- uint hour;
5
- uint day;
6
- uint month;
7
- uint year;
+ uint second;
+ uint minute;
+ uint hour;
+ uint day;
+ uint month;
+ uint year;
8
};
0 commit comments