scsh-users
[Top] [All Lists]

0.5.2 on AIX 4.3

To: scsh@zurich.ai.mit.edu
Subject: 0.5.2 on AIX 4.3
From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Date: 31 Oct 1999 12:02:23 +0100
Sender: sperber@informatik.uni-tuebingen.de
... needs these patchlets to compile.  Someone should sanity-check if
this won't break other platforms, but I don't think it will.

--- unix.c.orig Sun Oct 31 11:45:29 1999
+++ unix.c      Sun Oct 31 11:45:37 1999
@@ -523,7 +523,7 @@
        entry.n_scnum != N_UNDEF &&
        entry.n_scnum != N_DEBUG)
       {
-       extern char *ldgetname(LDFILE *, SYMENT *);
+       extern char *ldgetname(LDFILE *, void *);
        char *p = ldgetname(f, &entry);
 
        if (p != NULL && p[0] == '.') {
--- scsh/network1.c.orig        Sun Oct 31 12:01:47 1999
+++ scsh/network1.c     Sun Oct 31 11:47:48 1999
@@ -22,8 +22,6 @@
 /* Make sure our exports match up w/the implementation: */
 #include "network1.h"
 
-extern int h_errno;
-
 /* to extract a 4 byte long value from a scheme string */
 
 #define GET_LONG(x,n) (*((u_long *)(ADDRESS_AFTER_HEADER((x),unsigned 
char)+(n*4))))

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
<Prev in Thread] Current Thread [Next in Thread>
  • 0.5.2 on AIX 4.3, Michael Sperber [Mr. Preprocessor] <=