diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-03-10 10:06:07 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-03-10 10:06:07 +0000 |
commit | 33aa5fa3fd0c7c8766493c2ff09e93c906c11071 (patch) | |
tree | 71f6559a7a3e54bdd111ef68f9fdf164317ac1ba /main/gpsd/ttydefaults.patch | |
parent | 494b638ad65c6aa1fb99f1345577780bfda3203b (diff) | |
download | aports-33aa5fa3fd0c7c8766493c2ff09e93c906c11071.tar.bz2 aports-33aa5fa3fd0c7c8766493c2ff09e93c906c11071.tar.xz |
Revert "main/gpsd: version bump to 3.13"
This reverts commit 494b638ad65c6aa1fb99f1345577780bfda3203b.
Diffstat (limited to 'main/gpsd/ttydefaults.patch')
-rw-r--r-- | main/gpsd/ttydefaults.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gpsd/ttydefaults.patch b/main/gpsd/ttydefaults.patch index f72ca3d5ff..3fc600eaea 100644 --- a/main/gpsd/ttydefaults.patch +++ b/main/gpsd/ttydefaults.patch @@ -1,10 +1,10 @@ --- ./gpsmon.c.orig +++ ./gpsmon.c -@@ -19,6 +19,7 @@ +@@ -18,6 +18,7 @@ #include <sys/time.h> /* expected to declare select(2) a la SuS */ #include <sys/types.h> #include <sys/stat.h> +#include <sys/ttydefaults.h> - #include <sys/select.h> #include <fcntl.h> #ifndef S_SPLINT_S + #include <unistd.h> |