Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159101284
D13305.id38058.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
743 B
Referenced Files
None
Subscribers
None
D13305.id38058.diff
View Options
Index: head/lib/libnetbsd/util.h
===================================================================
--- head/lib/libnetbsd/util.h
+++ head/lib/libnetbsd/util.h
@@ -37,6 +37,7 @@
#include <sys/types.h>
#include <libutil.h>
+#include <stdio.h>
void (*esetfunc(void (*)(int, const char *, ...)))(int, const char *, ...);
size_t estrlcpy(char *, const char *, size_t);
@@ -46,7 +47,7 @@
void *emalloc(size_t);
void *ecalloc(size_t, size_t);
void *erealloc(void *, size_t);
-struct __sFILE *efopen(const char *, const char *);
+FILE *efopen(const char *, const char *);
int easprintf(char ** __restrict, const char * __restrict, ...)
__printflike(2, 3);
int evasprintf(char ** __restrict, const char * __restrict, __va_list)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 11, 3:30 AM (4 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33850424
Default Alt Text
D13305.id38058.diff (743 B)
Attached To
Mode
D13305: libnetbsd: Make the function declaration of efopen() match the definition
Attached
Detach File
Event Timeline
Log In to Comment