FreeBSD Bugzilla – Attachment 27783 Details for
Bug 47001
Fix build problem for net/slurm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.17 KB, created by
Michael L. Hostbaek
on 2003-01-12 19:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Michael L. Hostbaek
Created:
2003-01-12 19:50:01 UTC
Size:
1.17 KB
patch
obsolete
>diff -u -ruN slurm.bak/files/patch-aa slurm/files/patch-aa >--- slurm.bak/files/patch-aa Thu Jan 1 01:00:00 1970 >+++ slurm/files/patch-aa Sun Jan 12 20:35:21 2003 >@@ -0,0 +1,26 @@ >+Index: src/if_media.c >+=================================================================== >+RCS file: /home/cvs/slurm/slurm/src/if_media.c,v >+retrieving revision 1.24 >+retrieving revision 1.25 >+diff -u -r1.24 -r1.25 >+--- src/if_media.c 28 Dec 2002 12:41:36 -0000 1.24 >++++ src/if_media.c 10 Jan 2003 17:59:00 -0000 1.25 >+@@ -6,7 +6,7 @@ >+ * operating systems. >+ * >+ ***************************************************************************** >+- * $Id: if_media.c,v 1.24 2002/12/28 12:41:36 hscholz Exp $ >++ * $Id: if_media.c,v 1.25 2003/01/10 17:59:00 hscholz Exp $ >+ *****************************************************************************/ >+ >+ #if defined (__FreeBSD__) || (__OpenBSD__) || (__NetBSD__) >+@@ -176,7 +176,7 @@ >+ case IFM_IEEE80211_DS11: >+ speed = 11 * 1000; >+ break; >+-#ifdef __FreeBSD__ >++#if __FreeBSD_version >= 460102 >+ case IFM_IEEE80211_DS22: >+ speed = 22 * 1000; >+ break;
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 47001
: 27783