sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
* AIX mods for 3/12/93 sam
@ 1993-03-15 16:31 Ed Kubaitis - CCSO
  0 siblings, 0 replies; only message in thread
From: Ed Kubaitis - CCSO @ 1993-03-15 16:31 UTC (permalink / raw)
  To: sam-fans

Attached is one small patch for compiling 3/12 sam on AIX 3.2. It seems
both AIX and HPUX only define these symbols under -D_XOPEN_SOURCE. But 
using that flag in the Makefiles led to other problems.

Ed
===============================================================================
*** samterm/unix.c-	Mon Mar 15 08:49:25 1993
--- samterm/unix.c	Mon Mar 15 09:56:47 1993
***************
*** 15,20 ****
--- 15,25 ----
  #define S_IFIFO	_IFIFO
  #endif
  
+ #ifdef  AIX
+ #define	S_IFMT	_S_IFMT
+ #define S_IFIFO	_S_IFIFO
+ #endif
+ 
  #if	defined(UMIPS) || defined(SUNOS)
  #define	atexit(p)		/* sigh */
  #endif


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1993-03-15 16:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1993-03-15 16:31 AIX mods for 3/12/93 sam Ed Kubaitis - CCSO

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).