Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F134024642
D20964.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D20964.diff
View Options
Index: head/contrib/amd/amd/amd.h
===================================================================
--- head/contrib/amd/amd/amd.h
+++ head/contrib/amd/amd/amd.h
@@ -625,7 +625,7 @@
extern void mapc_add_kv(mnt_map *, char *, char *);
extern mnt_map *mapc_find(char *, char *, const char *, const char *);
extern void mapc_free(opaque_t);
-extern int mapc_keyiter(mnt_map *, key_fun, opaque_t);
+extern int mapc_keyiter(mnt_map *, key_fun *, opaque_t);
extern void mapc_reload(void);
extern int mapc_search(mnt_map *, char *, char **);
extern void mapc_showtypes(char *buf, size_t l);
Index: head/contrib/amd/amd/rpc_fwd.c
===================================================================
--- head/contrib/amd/amd/rpc_fwd.c
+++ head/contrib/amd/amd/rpc_fwd.c
@@ -221,7 +221,7 @@
* different address.
*/
int
-fwd_packet(int type_id, char *pkt, int len, struct sockaddr_in *fwdto, struct sockaddr_in *replyto, opaque_t cb_arg, fwd_fun cb)
+fwd_packet(int type_id, char *pkt, int len, struct sockaddr_in *fwdto, struct sockaddr_in *replyto, opaque_t cb_arg, fwd_fun *cb)
{
rpc_forward *p;
u_int *pkt_int;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 31, 3:06 AM (18 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24500195
Default Alt Text
D20964.diff (1 KB)
Attached To
Mode
D20964: Fix two mismatches between function declaration and definition.
Attached
Detach File
Event Timeline
Log In to Comment