提交 ecb40fb1 创建 作者: Frans Kaashoek's avatar Frans Kaashoek

coding style (per Jeremías Feltan <jeremias.feltan@gmail.com>)

上级 b67ed090
......@@ -272,6 +272,6 @@ tar:
rm -rf /tmp/xv6
mkdir -p /tmp/xv6
cp dist/* dist/.gdbinit.tmpl /tmp/xv6
(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)
.PHONY: dist-test dist
struct rtcdate {
uint second;
uint minute;
uint hour;
uint day;
uint month;
uint year;
uint second;
uint minute;
uint hour;
uint day;
uint month;
uint year;
};
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论