summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-19 13:28:36 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-19 13:28:36 -0800
commit02702c20e70da35ea8a842bc79c8eaec66db0e6c (patch)
tree9528c6493e4fb95efea6922d979199539a37d47f
parentb4e217761e6a2bb7111290d77baf7f44d256351a (diff)
unifdef sequent
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/XpmI.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/XpmI.h b/src/XpmI.h
index e278a73..4bb26ae 100644
--- a/src/XpmI.h
+++ b/src/XpmI.h
@@ -52,10 +52,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
-/* stdio.h doesn't declare popen on a Sequent DYNIX OS */
-#ifdef sequent
-extern FILE *popen();
-#endif
#ifdef FOR_MSW
#include "simx.h"