FreeBSD Bugzilla – Attachment 65737 Details for
Bug 97333
net/isc-dhcp3-server: fix size of OPTION 51 in DHCPOFFER for *64 ARCHS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
net_isc-dhcp3-server.diff
net_isc-dhcp3-server.diff (text/plain), 2.01 KB, created by
Joerg Pulz
on 2006-05-16 06:40:18 UTC
(
hide
)
Description:
net_isc-dhcp3-server.diff
Filename:
MIME Type:
Creator:
Joerg Pulz
Created:
2006-05-16 06:40:18 UTC
Size:
2.01 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/isc-dhcp3-server/Makefile,v >retrieving revision 1.113 >diff -u -r1.113 Makefile >--- Makefile 7 May 2006 20:34:01 -0000 1.113 >+++ Makefile 16 May 2006 05:18:23 -0000 >@@ -8,7 +8,7 @@ > > PORTNAME= dhcp > PORTVERSION= 3.0.4 >-#PORTREVISION= 1 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= ${MASTER_SITE_ISC} > MASTER_SITE_SUBDIR= dhcp dhcp/dhcp-3.0-history >Index: files/patch-includes::cf::freebsd.h >=================================================================== >RCS file: /home/ncvs/ports/net/isc-dhcp3-server/files/patch-includes::cf::freebsd.h,v >retrieving revision 1.2 >diff -u -r1.2 patch-includes::cf::freebsd.h >--- files/patch-includes::cf::freebsd.h 22 Mar 2004 23:33:09 -0000 1.2 >+++ files/patch-includes::cf::freebsd.h 16 May 2006 05:18:23 -0000 >@@ -1,6 +1,6 @@ >---- includes/cf/freebsd.h.orig Wed Mar 3 02:32:39 2004 >-+++ includes/cf/freebsd.h Wed Mar 3 02:31:56 2004 >-@@ -42,7 +42,7 @@ >+--- includes/cf/freebsd.h.orig Wed Sep 1 19:06:36 2004 >++++ includes/cf/freebsd.h Mon May 15 09:13:18 2006 >+@@ -33,7 +33,7 @@ > */ > > #include <syslog.h> >@@ -9,7 +9,16 @@ > #include <string.h> > #include <paths.h> > #include <errno.h> >-@@ -101,6 +101,10 @@ >+@@ -82,7 +82,7 @@ >+ >+ /* Time stuff... */ >+ #include <sys/time.h> >+-#define TIME time_t >++#define TIME u_int32_t >+ #define GET_TIME(x) time ((x)) >+ >+ #define HAVE_SA_LEN >+@@ -97,6 +97,10 @@ > #define SOCKLEN_T int > #endif > >@@ -20,7 +29,7 @@ > #if defined (USE_DEFAULT_NETWORK) > # define USE_BPF > #endif >-@@ -111,6 +115,9 @@ >+@@ -107,6 +111,9 @@ > #endif /* HAVE_DEV_RANDOM */ > > const char *cmds[] = { >@@ -30,7 +39,7 @@ > "/bin/ps -axlw 2>&1", > "/usr/sbin/arp -an 2>&1", > "/usr/bin/netstat -an 2>&1", >-@@ -121,10 +128,12 @@ >+@@ -117,10 +124,12 @@ > "/usr/sbin/iostat 2>&1", > "/usr/bin/vmstat 2>&1", > "/usr/bin/w 2>&1", >@@ -43,7 +52,7 @@ > "/tmp", > "/usr/tmp", > ".", >-@@ -134,13 +143,16 @@ >+@@ -130,13 +139,16 @@ > "/var/mail", > "/home", > "/usr/home",
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 97333
: 65737 |
65738