[1961] in Moira Commits

home help back first fref pref prev next nref lref last post

/svn/moira r4100 - trunk/moira/clients/moira

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Thu Feb 28 17:55:42 2013

Date: Thu, 28 Feb 2013 17:55:34 -0500
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201302282255.r1SMtYbU028613@drugstore.mit.edu>
To: moira-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2013-02-28 17:55:34 -0500 (Thu, 28 Feb 2013)
New Revision: 4100

Modified:
   trunk/moira/clients/moira/menu.c
Log:
From rbasch; build on Windows.

Modified: trunk/moira/clients/moira/menu.c
===================================================================
--- trunk/moira/clients/moira/menu.c	2013-02-28 20:20:19 UTC (rev 4099)
+++ trunk/moira/clients/moira/menu.c	2013-02-28 22:55:34 UTC (rev 4100)
@@ -27,11 +27,13 @@
 #include <windows.h>
 #include <conio.h>
 #include <process.h>
+#include <io.h>
 #ifdef getchar
 #undef getchar
 #endif
 #define getchar() _getch()
 #define getpid _getpid
+#typedef int mode_t;
 #endif /* _WIN32 */
 
 RCSID("$HeadURL$ $Id$");


home help back first fref pref prev next nref lref last post