FreeBSD Bugzilla – Attachment 28960 Details for
Bug 48509
Fix msgnd() pm3-base for -CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 928 bytes, created by
Craig Rodrigues
on 2003-02-21 02:40:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Craig Rodrigues
Created:
2003-02-21 02:40:07 UTC
Size:
928 bytes
patch
obsolete
>Index: patch-l1 >=================================================================== >RCS file: /home/ncvs/ports/lang/pm3-base/files/patch-l1,v >retrieving revision 1.2 >diff -u -r1.2 patch-l1 >--- patch-l1 2001/11/25 02:51:42 1.2 >+++ patch-l1 2003/02/18 19:20:47 >@@ -1,5 +1,5 @@ > --- libs/m3core/src/runtime/FreeBSD4/RTHeapDepC.c.orig Wed May 31 13:54:33 2000 >-+++ libs/m3core/src/runtime/FreeBSD4/RTHeapDepC.c Fri Nov 23 22:45:32 2001 >++++ libs/m3core/src/runtime/FreeBSD4/RTHeapDepC.c Tue Feb 18 09:33:53 2003 > @@ -98,7 +98,11 @@ > #include <sys/time.h> > #include <nfs/rpcv2.h> >@@ -36,3 +36,15 @@ > } else if (strcmp(type, "nfs") == 0) { > n_data = (struct nfs_args*) data; > MAKE_READABLE(n_data); >+@@ -805,7 +813,11 @@ >+ >+ int msgsnd(msqid, msgp, msgsz, msgflg) /* ok */ >+ int msqid; >++#if __FreeBSD_version >= 500100 >++const void *msgp; >++#else >+ void *msgp; >++#endif >+ size_t msgsz; >+ int msgflg; >+ { int result;
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 48509
: 28960