diff options
Diffstat (limited to 'recipes/gpe-package/gpe-package-0.2/nostropts.patch')
-rw-r--r-- | recipes/gpe-package/gpe-package-0.2/nostropts.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gpe-package/gpe-package-0.2/nostropts.patch b/recipes/gpe-package/gpe-package-0.2/nostropts.patch new file mode 100644 index 0000000000..907f3017ef --- /dev/null +++ b/recipes/gpe-package/gpe-package-0.2/nostropts.patch @@ -0,0 +1,15 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- gpe-package-0.2/interface.c~nostropts 2004-10-19 18:33:19.000000000 -0400 ++++ gpe-package-0.2/interface.c 2005-01-04 15:14:08.587136384 -0500 +@@ -18,7 +18,6 @@ + #include <unistd.h> + #include <dirent.h> + #include <fcntl.h> +-#include <stropts.h> + #include <poll.h> + #include <sys/types.h> + #include <sys/socket.h> |