actually commit the change -- duh
authorErez Zadok <ezk@cs.sunysb.edu>
Wed, 18 May 2005 18:12:31 +0000 (18:12 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Wed, 18 May 2005 18:12:31 +0000 (18:12 +0000)
amd/nfs_subr.c

index f2d71c75b8c004bbb6cb99c43360070da01d7590..6f5502bd9abdf17ed30d6673b15f4ccaf3ff213f 100644 (file)
@@ -37,7 +37,7 @@
  * SUCH DAMAGE.
  *
  *
- * $Id: nfs_subr.c,v 1.32 2005/05/17 15:05:23 ib42 Exp $
+ * $Id: nfs_subr.c,v 1.33 2005/05/18 18:12:31 ezk Exp $
  *
  */
 
@@ -74,7 +74,7 @@ struct am_fh {
       int fhh_pid;                             /* process id */
       int fhh_id;                              /* map id */
     } s;
-    char fhh_path[FHSIZE-sizeof(u_int)];       /* path to am_node */
+    char fhh_path[NFS_FHSIZE-sizeof(u_int)];   /* path to am_node */
   } u;
 };