FreeBSD Bugzilla – Attachment 9869 Details for
Bug 20033
'constify' MFC of sys/net/ethernet.h breaks RELENG_4's buildworld
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.04 KB, created by
Peter Pentchev
on 2000-07-19 14:10:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Peter Pentchev
Created:
2000-07-19 14:10:04 UTC
Size:
1.04 KB
patch
obsolete
>--- src/contrib/libpcap/nametoaddr.c Wed Jul 19 15:39:05 2000 >+++ mysrc/contrib/libpcap/nametoaddr.c Wed Jul 19 14:27:57 2000 >@@ -367,7 +367,7 @@ > #else > > #if !defined(sgi) && !defined(__NetBSD__) >-extern int ether_hostton(char *, struct ether_addr *); >+extern int ether_hostton(const char *, struct ether_addr *); > #endif > > /* Use the os supplied routines */ >--- src/contrib/ipfilter/iplang/iplang_y.y Wed Jul 19 15:42:23 2000 >+++ mysrc/contrib/ipfilter/iplang/iplang_y.y Wed Jul 19 14:50:20 2000 >@@ -49,7 +49,7 @@ > #include "iplang.h" > > #ifndef __NetBSD__ >-extern struct ether_addr *ether_aton __P((char *)); >+extern struct ether_addr *ether_aton __P((const char *)); > #endif > > extern int opts; >--- src/usr.sbin/wlconfig/wlconfig.c Wed Jul 19 15:43:30 2000 >+++ mysrc/usr.sbin/wlconfig/wlconfig.c Wed Jul 19 15:09:27 2000 >@@ -69,7 +69,7 @@ > #include <net/if.h> > #include <netinet/in.h> > #include <netinet/if_ether.h> >-extern struct ether_addr *ether_aton(char *a); >+extern struct ether_addr *ether_aton(const char *a); > > #include <err.h> > #include <stdio.h>
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 20033
: 9869