git: 9front

Download patch

ref: 4c8689551f48fa8668eeb71c26b6ffdd89c4834a
parent: 70bd006be0d883fb17bc9a25d5c7b04484f957d2
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*);
--