From 3d96d214c61661729dd1ab0fec565782f6adb080 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Mon, 17 Feb 2003 01:47:13 +0000 Subject: [PATCH] OS/2 patch (from ) --- sys/os2/os2.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/os2/os2.c b/sys/os2/os2.c index cf37dc77d..676774ebd 100644 --- a/sys/os2/os2.c +++ b/sys/os2/os2.c @@ -358,4 +358,7 @@ int *lan_username_size; { return (char*)0; } +#ifdef X11_GRAPHICS +int errno; +#endif #endif /* OS2 */ -- 2.40.0