1
0
forked from aniani/vim

updated for version 7.2.371

Problem:    Build problems on Tandem NonStop.
Solution:   A few changes to #ifdefs (Joachim Schmitz)
This commit is contained in:
Bram Moolenaar
2010-02-24 14:47:08 +01:00
parent f4d7f944ba
commit 25153e127d
8 changed files with 149 additions and 9 deletions

View File

@@ -52,7 +52,9 @@
/* user ID of root is usually zero, but not for everybody */
#ifdef __TANDEM
# define _TANDEM_SOURCE
# ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE
# endif
# include <floss.h>
# define ROOT_UID 65535
#else