projects
/
am-utils-6.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a703c23
)
actually commit the change -- duh
author
Erez Zadok
<ezk@cs.sunysb.edu>
Wed, 18 May 2005 18:12:31 +0000
(18:12 +0000)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Wed, 18 May 2005 18:12:31 +0000
(18:12 +0000)
amd/nfs_subr.c
patch
|
blob
|
history
diff --git
a/amd/nfs_subr.c
b/amd/nfs_subr.c
index f2d71c75b8c004bbb6cb99c43360070da01d7590..6f5502bd9abdf17ed30d6673b15f4ccaf3ff213f 100644
(file)
--- a/
amd/nfs_subr.c
+++ b/
amd/nfs_subr.c
@@
-37,7
+37,7
@@
* SUCH DAMAGE.
*
*
- * $Id: nfs_subr.c,v 1.3
2 2005/05/17 15:05:23 ib42
Exp $
+ * $Id: nfs_subr.c,v 1.3
3 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;
};