From edca9072a5e9c278371960b30bf818f99f0d1430 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 17 Apr 2011 04:26:09 +0000 Subject: cwfs: remove Auth structure --- sys/src/cmd/cwfs/portdat.h | 3 --- sys/src/cmd/cwfs/portfns.h | 1 - 2 files changed, 4 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 */ diff --git a/sys/src/cmd/cwfs/portfns.h b/sys/src/cmd/cwfs/portfns.h index f35c37022..7790b70e5 100644 --- a/sys/src/cmd/cwfs/portfns.h +++ b/sys/src/cmd/cwfs/portfns.h @@ -155,7 +155,6 @@ void newscsi(Device *d, Scsi *sc); Queue* newqueue(int, char*); void newstart(void); Wpath* newwp(void); -Auth* newauth(void); int nvrcheck(void); char* nvrgetconfig(void); int nvrsetconfig(char*); -- cgit v1.2.3