Browse Source

Delete rtcdate, which is a left-over from an old lab (thanks Harry Porter)

util
Frans Kaashoek 3 years ago
parent
commit
8bd04852c9
  1. 8
      kernel/date.h
  2. 1
      kernel/sysproc.c
  3. 1
      user/user.h

8
kernel/date.h

@ -1,8 +0,0 @@ @@ -1,8 +0,0 @@
struct rtcdate {
uint second;
uint minute;
uint hour;
uint day;
uint month;
uint year;
};

1
kernel/sysproc.c

@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
#include "types.h"
#include "riscv.h"
#include "defs.h"
#include "date.h"
#include "param.h"
#include "memlayout.h"
#include "spinlock.h"

1
user/user.h

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
struct stat;
struct rtcdate;
// system calls
int fork(void);

Loading…
Cancel
Save