FreeBSD Bugzilla – Attachment 34765 Details for
Bug 56388
Add/change #include lines for libisc man pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.78 KB, created by
Simon Barner
on 2003-09-04 01:50:17 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Simon Barner
Created:
2003-09-04 01:50:17 UTC
Size:
1.78 KB
patch
obsolete
>--- contrib/bind/lib/isc/bitncmp.mdoc.orig Thu Sep 4 02:16:17 2003 >+++ contrib/bind/lib/isc/bitncmp.mdoc Thu Sep 4 02:19:00 2003 >@@ -22,6 +22,7 @@ > .Nm bitncmp > .Nd compare bit masks > .Sh SYNOPSIS >+.Fd #include <isc/misc.h> > .Ft int > .Fn bitncmp "const void *l" "const void *r" "int n" > .Sh DESCRIPTION >--- contrib/bind/lib/isc/heap.mdoc.orig Thu Sep 4 02:16:17 2003 >+++ contrib/bind/lib/isc/heap.mdoc Thu Sep 4 02:20:38 2003 >@@ -30,7 +30,7 @@ > .Nm heap_for_each > .Nd heap implementation of priority queues > .Sh SYNOPSIS >-.Fd #include \&"heap.h\&" >+.Fd #include <isc/heap.h> > .Ft heap_context > .Fn heap_new "heap_higher_priority_func higher_priority" \ > "heap_index_func index" "int array_size_increment" >--- contrib/bind/lib/isc/memcluster.mdoc.orig Thu Sep 4 02:16:17 2003 >+++ contrib/bind/lib/isc/memcluster.mdoc Thu Sep 4 02:21:42 2003 >@@ -28,7 +28,7 @@ > .Nm memstats > .Nd memory allocation/deallocation system > .Sh SYNOPSIS >-.Fd #include \&<isc/memcluster.h\&> >+.Fd #include <isc/memcluster.h> > .Ft void * > .Fn memget "size_t size" > .Ft void >--- contrib/bind/lib/isc/tree.mdoc.orig Thu Sep 4 02:16:17 2003 >+++ contrib/bind/lib/isc/tree.mdoc Thu Sep 4 02:22:20 2003 >@@ -27,6 +27,7 @@ > .Nm tree_trav > .Nd balanced binary tree routines > .Sh SYNOPSIS >+.Fd #include <isc/tree.h> > .Ft void > .Fn tree_init "void **tree" > .Ft void * >--- lib/libisc/Makefile.orig Thu Sep 4 02:27:49 2003 >+++ lib/libisc/Makefile Thu Sep 4 02:28:18 2003 >@@ -128,14 +128,3 @@ > tree.3 tree_trav.3 > > .include <bsd.lib.mk> >- >-# This has to come after the .include <bsd.lib.mk>. Not sure why. >- >-.SUFFIXES: .mdoc .3 >-.mdoc.3: >- sed -e 's/@INDOT@//g' \ >- -e 's/@SYSCALL_EXT@/2/g' \ >- -e 's/@SYS_OPS_EXT@/8/g' \ >- -e 's/^.Fd #include .*heap.h.*/.Fd #include <isc\/heap.h>/' \ >- < ${.ALLSRC} > ${.TARGET} >-
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 56388
: 34765