ref: edca9072a5e9c278371960b30bf818f99f0d1430
parent: ec338af87bc3cc5310b86b6aa6a0381b25414599
author: cinap_lenrek <cinap_lenrek@localhost>
date: Sun Apr 17 00:26:09 EDT 2011
cwfs: remove Auth structure
--- a/sys/src/cmd/cwfs/portdat.h
+++ b/sys/src/cmd/cwfs/portdat.h
@@ -42,7 +42,6 @@
NTLOCK = 200, /* number of active file Tlocks */
};
-typedef struct Auth Auth;
typedef struct Bp Bp;
typedef struct Bucket Bucket;
typedef struct Cache Cache;
@@ -77,8 +76,6 @@
typedef struct Tm Tm;
typedef struct Uid Uid;
typedef struct Wpath Wpath;
-
-#pragma incomplete Auth
struct Tag
{
--- a/sys/src/cmd/cwfs/portfns.h
+++ b/sys/src/cmd/cwfs/portfns.h
@@ -155,7 +155,6 @@
Queue* newqueue(int, char*);
void newstart(void);
Wpath* newwp(void);
-Auth* newauth(void);
int nvrcheck(void);
char* nvrgetconfig(void);
int nvrsetconfig(char*);