diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-06-16 17:33:26 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-06-16 17:33:26 +0200 |
commit | 7cd1b102ee03d676b050319eaaefe73309b9b01c (patch) | |
tree | 325686092892be6bd2370643e69fb08b3729e665 /sys/src/cmd/cwfs/portfns.h | |
parent | fcf30f314b4c4157b536647a09a214576711ad16 (diff) |
remove mconf cruft
Diffstat (limited to 'sys/src/cmd/cwfs/portfns.h')
-rw-r--r-- | sys/src/cmd/cwfs/portfns.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/cwfs/portfns.h b/sys/src/cmd/cwfs/portfns.h index 7790b70e5..5f5cda257 100644 --- a/sys/src/cmd/cwfs/portfns.h +++ b/sys/src/cmd/cwfs/portfns.h @@ -131,7 +131,6 @@ void machinit(void); Msgbuf* mballoc(int, Chan*, int); void mbinit(void); void mbfree(Msgbuf*); -ulong meminit(void); Iobuf* movebuf(Iobuf*); void mcatinit(Device*); int mcatread(Device*, Off, void*); |