diff options
author | Diane Bruce <db@FreeBSD.org> | 2020-08-24 14:53:12 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2020-08-24 14:53:12 +0000 |
commit | f34877a2023513dc64f95748713da48884510096 (patch) | |
tree | 0853e03c46a7ffa41392b492da31502cb9913c71 /comms/echolinux/files/patch-echogui_testgui__cb.c | |
parent | Update to latest commit. (diff) |
- Renamed bogus patch names
- Make build under clang11
- Fixed bogus /etc dir reference
- pet portlint
Diffstat (limited to 'comms/echolinux/files/patch-echogui_testgui__cb.c')
-rw-r--r-- | comms/echolinux/files/patch-echogui_testgui__cb.c | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/comms/echolinux/files/patch-echogui_testgui__cb.c b/comms/echolinux/files/patch-echogui_testgui__cb.c new file mode 100644 index 000000000000..19befe8aeabd --- /dev/null +++ b/comms/echolinux/files/patch-echogui_testgui__cb.c @@ -0,0 +1,29 @@ +--- echogui/testgui_cb.c.orig 2006-02-24 19:28:15 UTC ++++ echogui/testgui_cb.c +@@ -8,13 +8,16 @@ $Log$ + + ****************************/ + ++#include <stdlib.h> + #include <string.h> ++#include <unistd.h> + #include <sys/wait.h> ++#include <sys/time.h> + #include <sys/types.h> +-#include <linux/soundcard.h> ++#include <sys/soundcard.h> + #include <sys/ioctl.h> + #include <fcntl.h> +-#include <X11/forms.h> ++#include <forms.h> + #include <math.h> + #include <signal.h> + #include <pthread.h> +@@ -429,6 +432,7 @@ int searchClose(FL_FORM *form, void *data){ + + // puts("In searchclose()"); + fl_hide_form(fd_searchForm->searchForm); ++ return (0); + } + + /**********************/ |