/[smecontribs]/rpms/watchdog/contribs7/watchdog-5.3.1-cleanup-nfs.patch
ViewVC logotype

Contents of /rpms/watchdog/contribs7/watchdog-5.3.1-cleanup-nfs.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Dec 4 16:42:57 2010 UTC (13 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: watchdog-5_3_1-7_el4_sme, HEAD
Initial import

1 diff -uNrp watchdog-5.3.1.orig/src/nfsmount_xdr.c watchdog-5.3.1/src/nfsmount_xdr.c
2 --- watchdog-5.3.1.orig/src/nfsmount_xdr.c 2007-05-30 13:00:37.000000000 -0400
3 +++ watchdog-5.3.1/src/nfsmount_xdr.c 2007-05-30 13:02:04.000000000 -0400
4 @@ -204,14 +204,14 @@ xdr_ppathcnf (XDR *xdrs, ppathcnf *objp)
5 if (!xdr_short (xdrs, &objp->pc_pipe_buf))
6 return FALSE;
7
8 - } else {
9 + } /*else {
10 IXDR_PUT_LONG(buf, objp->pc_link_max);
11 IXDR_PUT_SHORT(buf, objp->pc_max_canon);
12 IXDR_PUT_SHORT(buf, objp->pc_max_input);
13 IXDR_PUT_SHORT(buf, objp->pc_name_max);
14 IXDR_PUT_SHORT(buf, objp->pc_path_max);
15 IXDR_PUT_SHORT(buf, objp->pc_pipe_buf);
16 - }
17 + } */
18 if (!xdr_u_char (xdrs, &objp->pc_vdisable))
19 return FALSE;
20 if (!xdr_char (xdrs, &objp->pc_xxx))

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed