From 0a319c5c35e259166af2d39b25f25ddf0c40c72c Mon Sep 17 00:00:00 2001
From: "Michael I. Bushnell" <mib@gnu.org>
Date: Mon, 31 Jan 1994 20:27:13 +0000
Subject: Formerly dir-rename.c.~2~

---
 libdiskfs/dir-rename.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libdiskfs')

diff --git a/libdiskfs/dir-rename.c b/libdiskfs/dir-rename.c
index e6985e10..6d1f2a5d 100644
--- a/libdiskfs/dir-rename.c
+++ b/libdiskfs/dir-rename.c
@@ -32,7 +32,7 @@ diskfs_S_dir_rename (struct protid *fromcred,
 {
   struct node *fdp, *tdp, *fnp, *tnp, *tmpnp;
   error_t err;
-  volatile int isdir;
+  int isdir;
   struct dirstat *ds = alloca (diskfs_dirstat_size);
   
   if (!fromcred)
-- 
cgit v1.2.3