From a4c0def37d3925e37a82ab67aa74c26249d54f20 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Fri, 5 Mar 1999 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1999-03-05 --- boot/settime.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/boot/settime.c b/boot/settime.c index ceb0bc0a4853093fd4b8125f31ed3a8c579687de..3cfee8da5dd615be670604f471a7c2e10e9b7c8a 100644 --- a/boot/settime.c +++ b/boot/settime.c @@ -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);