diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/process.c b/src/process.c index 210287a85f1..c8f329c244b 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -164,10 +164,6 @@ extern Lisp_Object QCfilter; | |||
| 164 | 164 | ||
| 165 | extern const char *get_operating_system_release (void); | 165 | extern const char *get_operating_system_release (void); |
| 166 | 166 | ||
| 167 | /* From sysdep.c or w32.c */ | ||
| 168 | extern int serial_open (char *port); | ||
| 169 | extern void serial_configure (struct Lisp_Process *p, Lisp_Object contact); | ||
| 170 | |||
| 171 | #ifndef HAVE_H_ERRNO | 167 | #ifndef HAVE_H_ERRNO |
| 172 | extern int h_errno; | 168 | extern int h_errno; |
| 173 | #endif | 169 | #endif |