diff options
| author | Joakim Verona | 2011-02-05 11:23:09 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-02-05 11:23:09 +0100 |
| commit | 4bd51ad5c3445b644dfb017d5b57b10a90aa325f (patch) | |
| tree | 894801e7308ce4ecc34933f959e28f4b9cff9533 /src/process.h | |
| parent | 13cfe8df462ab8da9f0028e16cc84dcaceaca3d1 (diff) | |
| parent | 9bcaafce5351d270ac514e23cb69ff1a5fd35229 (diff) | |
| download | emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.tar.gz emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.zip | |
merge from upstream. currently seems to have bitroted and i get segfaults
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/process.h b/src/process.h index 0350e95310d..6bf1084afcd 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | /* Definitions for asynchronous process control in GNU Emacs. | 1 | /* Definitions for asynchronous process control in GNU Emacs. |
| 2 | Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1994, 2001-2011 Free Software Foundation, Inc. |
| 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 6 | 5 | ||
| @@ -20,9 +19,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 20 | #ifdef HAVE_SYS_TYPES_H | 19 | #ifdef HAVE_SYS_TYPES_H |
| 21 | #include <sys/types.h> | 20 | #include <sys/types.h> |
| 22 | #endif | 21 | #endif |
| 23 | #ifdef HAVE_UNISTD_H | 22 | |
| 24 | #include <unistd.h> | 23 | #include <unistd.h> |
| 25 | #endif | ||
| 26 | 24 | ||
| 27 | #ifdef HAVE_GNUTLS | 25 | #ifdef HAVE_GNUTLS |
| 28 | #include "gnutls.h" | 26 | #include "gnutls.h" |
| @@ -201,5 +199,3 @@ extern void delete_read_fd (int fd); | |||
| 201 | extern void add_write_fd (int fd, fd_callback func, void *data); | 199 | extern void add_write_fd (int fd, fd_callback func, void *data); |
| 202 | extern void delete_write_fd (int fd); | 200 | extern void delete_write_fd (int fd); |
| 203 | 201 | ||
| 204 | /* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72 | ||
| 205 | (do not change this comment) */ | ||