~kris/9p

9hist

a4c0def37d3925e37a82ab67aa74c26249d54f20 — David du Colombier 27 years ago 7e21525
Plan 9 from Bell Labs 1999-03-05
1 files changed, 0 insertions(+), 8 deletions(-)

M boot/settime.c
M boot/settime.c => boot/settime.c +0 -8
@@ 52,14 52,6 @@ settime(int islocal)
		convM2D(dirbuf, &dir);
		sprint(dirbuf, "%ld", dir.atime);
		unmount(0, "/n/boot");
		/*
		 *  set real time clock if there is one
		 */
		f = open("#r/rtc", ORDWR);
		if(f > 0){
			write(f, dirbuf, strlen(dirbuf));
			close(f);
		}
	}

	f = open("#c/time", OWRITE);