FreeBSD Bugzilla – Attachment 24812 Details for
Bug 42336
[patch] ISO-fication of /usr/src/contrib/tcp_wrappers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.13 KB, created by
yuri
on 2002-09-02 21:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
yuri
Created:
2002-09-02 21:10:01 UTC
Size:
1.13 KB
patch
obsolete
>diff -u /usr/src/contrib/tcp_wrappers/tcpd.h /home/yuri/usr/src/contrib/tcp_wrappers/tcpd.h >--- /usr/src/contrib/tcp_wrappers/tcpd.h Thu Feb 3 05:26:59 2000 >+++ /home/yuri/usr/src/contrib/tcp_wrappers/tcpd.h Mon Sep 2 14:34:18 2002 >@@ -31,10 +31,10 @@ > char pid[10]; /* access via eval_pid(request) */ > struct host_info client[1]; /* client endpoint info */ > struct host_info server[1]; /* server endpoint info */ >- void (*sink) (); /* datagram sink function or 0 */ >- void (*hostname) (); /* address to printable hostname */ >- void (*hostaddr) (); /* address to printable address */ >- void (*cleanup) (); /* cleanup function or 0 */ >+ void (*sink) (int fd); /* datagram sink function or 0 */ >+ void (*hostname) (struct host_info *); /* address to printable hostname */ >+ void (*hostaddr) (struct host_info *); /* address to printable address */ >+ void (*cleanup) (struct request_info *); /* cleanup function or 0 */ > struct netconfig *config; /* netdir handle */ > };
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 42336
:
24810
|
24811
|
24812
|
148193
|
148196