diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-17 04:26:09 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-17 04:26:09 +0000 |
commit | edca9072a5e9c278371960b30bf818f99f0d1430 (patch) | |
tree | 91a19a7462e66c829467f277a1863f17f4240eed /sys/src/cmd/cwfs/portdat.h | |
parent | ec338af87bc3cc5310b86b6aa6a0381b25414599 (diff) |
cwfs: remove Auth structure
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 4a5264486..901e8abca 100644 --- a/sys/src/cmd/cwfs/portdat.h +++ b/sys/src/cmd/cwfs/portdat.h @@ -42,7 +42,6 @@ enum { NTLOCK = 200, /* number of active file Tlocks */ }; -typedef struct Auth Auth; typedef struct Bp Bp; typedef struct Bucket Bucket; typedef struct Cache Cache; @@ -78,8 +77,6 @@ typedef struct Tm Tm; typedef struct Uid Uid; typedef struct Wpath Wpath; -#pragma incomplete Auth - struct Tag { short pad; /* make tag end at a long boundary */ |