Module Name:    src
Committed By:   christos
Date:           Fri May  4 01:38:57 UTC 2012

Modified Files:
        src/sys/coda: cnode.h

Log Message:
remove variable names from prototypes.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/coda/cnode.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/coda/cnode.h
diff -u src/sys/coda/cnode.h:1.17 src/sys/coda/cnode.h:1.18
--- src/sys/coda/cnode.h:1.17	Fri Mar 21 13:59:57 2008
+++ src/sys/coda/cnode.h	Thu May  3 21:38:56 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: cnode.h,v 1.17 2008/03/21 17:59:57 plunky Exp $	*/
+/*	$NetBSD: cnode.h,v 1.18 2012/05/04 01:38:56 christos Exp $	*/
 
 /*
  *
@@ -187,20 +187,20 @@ enum dc_status {
 };
 
 /* cfs_psdev.h */
-extern int coda_call(struct coda_mntinfo *mntinfo, int inSize, int *outSize, void *buffer);
+extern int coda_call(struct coda_mntinfo *, int, int *, void *);
 extern int coda_kernel_version;
 
 /* cfs_subr.h */
-extern int  handleDownCall(int opcode, union outputArgs *out);
-extern void coda_unmounting(struct mount *whoIam);
-extern int  coda_vmflush(struct cnode *cp);
+extern int  handleDownCall(int, union outputArgs *);
+extern void coda_unmounting(struct mount *);
+extern int  coda_vmflush(struct cnode *);
 
 /* cfs_vnodeops.h */
-extern struct cnode *make_coda_node(CodaFid *fid, struct mount *vfsp, short type);
+extern struct cnode *make_coda_node(CodaFid *, struct mount *, short);
 extern int coda_vnodeopstats_init(void);
 
 /* coda_vfsops.h */
-extern struct mount *devtomp(dev_t dev);
+extern struct mount *devtomp(dev_t);
 
 /* sigh */
 #define CODA_RDWR ((u_long) 31)

Reply via email to