Skip to content
Snippets Groups Projects
Commit ecb40fb1 authored by Frans Kaashoek's avatar Frans Kaashoek
Browse files

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

parent b67ed090
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment