diff options
| author | Paul Eggert | 2011-07-27 17:48:01 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-27 17:48:01 -0700 |
| commit | 044c22e545acef592ed95e4e3bb9f8aeff67291a (patch) | |
| tree | 167a4c706b62b12ea979bdf6ad47e70b66bb0394 /lib-src/movemail.c | |
| parent | dbf38e02c9ade4979418f24a99962cfef170b957 (diff) | |
| parent | 8265d3bb30544e58683fc16e23f9908f3d5d0abc (diff) | |
| download | emacs-044c22e545acef592ed95e4e3bb9f8aeff67291a.tar.gz emacs-044c22e545acef592ed95e4e3bb9f8aeff67291a.zip | |
Merge: Integer signedness and overflow and related fixes.
Fixes: debbugs:9079
Diffstat (limited to 'lib-src/movemail.c')
| -rw-r--r-- | lib-src/movemail.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index e8c09f090f3..d70c655adec 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c | |||
| @@ -68,9 +68,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 68 | #ifdef HAVE_FCNTL_H | 68 | #ifdef HAVE_FCNTL_H |
| 69 | #include <fcntl.h> | 69 | #include <fcntl.h> |
| 70 | #endif | 70 | #endif |
| 71 | #ifdef HAVE_STRING_H | ||
| 72 | #include <string.h> | 71 | #include <string.h> |
| 73 | #endif | ||
| 74 | #include "syswait.h" | 72 | #include "syswait.h" |
| 75 | #ifdef MAIL_USE_POP | 73 | #ifdef MAIL_USE_POP |
| 76 | #include "pop.h" | 74 | #include "pop.h" |