summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-08-20 03:33:01 +0000
committerkaashoek <kaashoek>2006-08-20 03:33:01 +0000
commitf18ab5c04e5380e0fb27f63e8335e5d621315c1d (patch)
treea18b3e82b414d98277a8f00c842335f7583370c8 /defs.h
parent16083d4462b9a57ec1e1fc81cea73da9479982a5 (diff)
downloadxv6-labs-f18ab5c04e5380e0fb27f63e8335e5d621315c1d.tar.gz
xv6-labs-f18ab5c04e5380e0fb27f63e8335e5d621315c1d.tar.bz2
xv6-labs-f18ab5c04e5380e0fb27f63e8335e5d621315c1d.zip
compiling, but untested dup
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/defs.h b/defs.h
index 18ff4f1..2928428 100644
--- a/defs.h
+++ b/defs.h
@@ -94,7 +94,6 @@ int fd_read(struct fd *fd, char *addr, int n);
int fd_write(struct fd *fd, char *addr, int n);
int fd_stat(struct fd *fd, struct stat *);
void fd_incref(struct fd *fd);
-int fd_dup(struct fd *fd);
// ide.c
void ide_init(void);