mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
15 lines
344 B
Plaintext
15 lines
344 B
Plaintext
$NetBSD: patch-at,v 1.1 2007/06/11 13:38:41 markd Exp $
|
|
|
|
--- src/process.c.orig 2005-12-29 13:33:52.000000000 +0000
|
|
+++ src/process.c
|
|
@@ -147,9 +147,6 @@ Lisp_Object Qlast_nonmenu_event;
|
|
|
|
extern void set_waiting_for_input P_ ((EMACS_TIME *));
|
|
|
|
-#ifndef USE_CRT_DLL
|
|
-extern int errno;
|
|
-#endif
|
|
#ifdef VMS
|
|
extern char *sys_errlist[];
|
|
#endif
|