sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
From: Ed Kubaitis - CCSO <ejk@ux2.cso.uiuc.edu>
To: sam-fans@hawkwind.utcs.toronto.edu
Subject: AIX mods for 3/12/93 sam
Date: Mon, 15 Mar 1993 11:31:22 -0500	[thread overview]
Message-ID: <199303151631.AA61475@ux2.cso.uiuc.edu> (raw)

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


                 reply	other threads:[~1993-03-15 16:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199303151631.AA61475@ux2.cso.uiuc.edu \
    --to=ejk@ux2.cso.uiuc.edu \
    --cc=sam-fans@hawkwind.utcs.toronto.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).