Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/adosfs avoid compiler warning and remove unused variable...
details: https://anonhg.NetBSD.org/src/rev/5180733a4d50
branches: trunk
changeset: 476567:5180733a4d50
user: frueauf <frueauf%NetBSD.org@localhost>
date: Mon Sep 20 07:29:27 1999 +0000
description:
avoid compiler warning and remove unused variable vpid.
diffstat:
sys/adosfs/adlookup.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r faf6051620e8 -r 5180733a4d50 sys/adosfs/adlookup.c
--- a/sys/adosfs/adlookup.c Mon Sep 20 06:51:26 1999 +0000
+++ b/sys/adosfs/adlookup.c Mon Sep 20 07:29:27 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adlookup.c,v 1.24 1999/09/05 14:26:32 jdolecek Exp $ */
+/* $NetBSD: adlookup.c,v 1.25 1999/09/20 07:29:27 frueauf Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@@ -67,7 +67,7 @@
struct vnode **a_vpp;
struct componentname *a_cnp;
} */ *sp = v;
- int nameiop, last, lockp, wantp, flags, error, vpid, nocache, i;
+ int nameiop, last, lockp, wantp, flags, error, nocache, i;
struct componentname *cnp;
struct vnode **vpp; /* place to store result */
struct anode *ap; /* anode to find */
Home |
Main Index |
Thread Index |
Old Index