diff options
| author | Frans Kaashoek <kaashoek@mit.edu> | 2022-08-12 09:43:18 -0400 |
|---|---|---|
| committer | Frans Kaashoek <kaashoek@mit.edu> | 2022-08-12 09:43:18 -0400 |
| commit | 8bd04852c911fcb7c74f2c61350c306f18ae58b0 (patch) | |
| tree | 3503d5c39feee3ee77c5b9afa49b9961b6ded59a /user | |
| parent | 48d1a7ffa59e0bf59972b8c852661700bcda797d (diff) | |
| download | xv6-labs-8bd04852c911fcb7c74f2c61350c306f18ae58b0.tar.gz xv6-labs-8bd04852c911fcb7c74f2c61350c306f18ae58b0.tar.bz2 xv6-labs-8bd04852c911fcb7c74f2c61350c306f18ae58b0.zip | |
Delete rtcdate, which is a left-over from an old lab (thanks Harry Porter)
Diffstat (limited to 'user')
| -rw-r--r-- | user/user.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user/user.h b/user/user.h index b71ecda..8ac6395 100644 --- a/user/user.h +++ b/user/user.h @@ -1,5 +1,4 @@ struct stat; -struct rtcdate; // system calls int fork(void); |
