2011-11-28 08:48:41 +00:00
committed by Git OBS Bridge
parent 358fda74d2
commit b60834dd10
3 changed files with 25 additions and 5 deletions

View File

@@ -348,6 +348,16 @@
profile${EXEEXT}: ${srcdir}/profile.c ../src/config.h
$(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile
--- lib-src/pop.c
+++ lib-src/pop.c 2011-11-28 08:38:56.235647209 +0000
@@ -29,6 +29,7 @@ along with GNU Emacs. If not, see <http
#ifdef MAIL_USE_POP
#include <sys/types.h>
+#include <ctype.h>
#ifdef WINDOWSNT
#include "ntlib.h"
#include <winsock.h>
--- lib-src/vcdiff
+++ lib-src/vcdiff 2009-08-12 13:22:18.000000000 +0000
@@ -76,6 +76,8 @@ esac
@@ -1231,3 +1241,13 @@
/* Best not to include -lg, unless it is last on the command line */
#define LIBS_DEBUG
#undef LIB_GCC
--- src/sysdep.c
+++ src/sysdep.c 2011-11-28 08:46:29.903146518 +0000
@@ -131,6 +131,7 @@ extern int quit_char;
#include "dispextern.h"
#include "process.h"
#include "cm.h" /* for reset_sys_modes */
+extern void tputs P_ ((const char *, int, int (*)(int)));
/* For serial_configure and serial_open. */
extern Lisp_Object QCport, QCspeed, QCprocess;