SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
misc/brltty/patches/patch-Programs_api_common_h
Normal file
17
misc/brltty/patches/patch-Programs_api_common_h
Normal file
|
@ -0,0 +1,17 @@
|
|||
Index: Programs/api_common.h
|
||||
--- Programs/api_common.h.orig
|
||||
+++ Programs/api_common.h
|
||||
@@ -40,11 +40,11 @@ ssize_t brlapi_readFile(int fd, unsigned char *buf, si
|
||||
|
||||
/* brlapi_libcerrno */
|
||||
/* saves the libc errno */
|
||||
-int brlapi_libcerrno;
|
||||
+extern int brlapi_libcerrno;
|
||||
|
||||
/* brlapi_liberrfun */
|
||||
/* saves the libc function which generated an error */
|
||||
-const char *brlapi_libcerrfun;
|
||||
+extern const char *brlapi_libcerrfun;
|
||||
|
||||
/* brlapi_splitHost */
|
||||
/* splits host into hostname & port, returns address family to use */
|
Loading…
Add table
Add a link
Reference in a new issue