diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-12 21:00:12 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-12 21:00:12 +0200 |
commit | 53f5bdfd06cce8093de005b8d706b752d3567cfa (patch) | |
tree | b4cf65096642c5e88dc002fa3d1af9c4f37b5465 /sys/src/cmd/cwfs/portdat.h | |
parent | 55959acbdf97f3cb82a10370dd165cc061b2155c (diff) |
cwfs: set whochan for who command, cleanup
Diffstat (limited to 'sys/src/cmd/cwfs/portdat.h')
-rw-r--r-- | sys/src/cmd/cwfs/portdat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/cmd/cwfs/portdat.h b/sys/src/cmd/cwfs/portdat.h index ffa510230..fba14dbbe 100644 --- a/sys/src/cmd/cwfs/portdat.h +++ b/sys/src/cmd/cwfs/portdat.h @@ -246,7 +246,6 @@ struct Hiob /* a 9P connection */ struct Chan { - char type; /* major driver type i.e. Dev* */ int (*protocol)(Msgbuf*); /* version */ int msize; /* version */ char whochan[50]; @@ -683,7 +682,6 @@ enum enum { Devnone = 0, - Devcon, /* console */ Devwren, /* disk drive */ Devworm, /* scsi optical drive */ Devlworm, /* scsi optical drive (labeled) */ @@ -698,7 +696,6 @@ enum Devfloppy, /* floppy drive */ Devswab, /* swab data between mem and device */ Devmirr, /* mirror devices */ - Devsrv, /* pipes and network connections */ MAXDEV }; |