Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/coda remove variable names from prototypes.



details:   https://anonhg.NetBSD.org/src/rev/08fc8eb2d8b9
branches:  trunk
changeset: 779110:08fc8eb2d8b9
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 04 01:38:56 2012 +0000

description:
remove variable names from prototypes.

diffstat:

 sys/coda/cnode.h |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r eaac637a87ba -r 08fc8eb2d8b9 sys/coda/cnode.h
--- a/sys/coda/cnode.h  Thu May 03 21:21:08 2012 +0000
+++ b/sys/coda/cnode.h  Fri May 04 01:38:56 2012 +0000
@@ -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 @@
 };
 
 /* 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)



Home | Main Index | Thread Index | Old Index