FreeBSD Bugzilla – Attachment 13976 Details for
Bug 26373
Rpc.statd implements the SM_NOTIFY call but does not accept it
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1002 bytes, created by
bg
on 2001-04-05 21:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
bg
Created:
2001-04-05 21:00:01 UTC
Size:
1002 bytes
patch
obsolete
>--- sm_inter.x.ORIG Sat Aug 28 01:45:11 1999 >+++ sm_inter.x Mon Mar 19 16:13:11 2001 >@@ -63,6 +63,8 @@ > > void SM_SIMU_CRASH(void) = 5; > >+ void SM_NOTIFY(struct stat_chge) = 6; >+ > } = 1; > } = 100024; > >@@ -119,4 +121,9 @@ > string mon_name<SM_MAXSTRLEN>; > int state; > opaque priv[16]; /* stored private information */ >+}; >+ >+struct stat_chge { >+ string mon_name<SM_MAXSTRLEN>; >+ int state; > }; >--- statd.h.ORIG Mon Apr 1 07:36:06 1996 >+++ statd.h Mon Mar 19 16:16:40 2001 >@@ -35,20 +35,6 @@ > > #include "sm_inter.h" > >-/* These pieces are missing from the distributed sm_inter.x, which */ >-/* omits the SM_NOTIFY procedure used between cooperating rpc.statd's */ >- >-#define SM_NOTIFY ((u_long)6) >-extern void *sm_notify_1(); >- >-struct stat_chge >-{ >- char *mon_name; >- int state; >-}; >-typedef struct stat_chge stat_chge; >-bool_t xdr_stat_chge(); >- > /* ------------------------------------------------------------------------- */ > /* > Data structures for recording monitored hosts
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 26373
: 13976