scsh-hackers
[Top] [All Lists]

[Scsh-hackers] [ scsh-Bugs-428101 ] 0.5.2 on AIX 4.3

To: noreply@sourceforge.net
Subject: [Scsh-hackers] [ scsh-Bugs-428101 ] 0.5.2 on AIX 4.3
From: noreply@sourceforge.net
Date: Tue, 05 Jun 2001 00:22:19 -0700
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
Bugs item #428101, was updated on 2001-05-28 16:40
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=428101&group_id=10493

Category: build
Group: None
>Status: Deleted
>Resolution: Duplicate
Priority: 5
Submitted By: Brian D. Carlstrom (bdc)
Assigned to: Mike Sperber (sperber)
Summary: 0.5.2 on AIX 4.3

Initial Comment:
From: sperber@informatik.uni-tuebingen.de (Michael 
Sperber [Mr. Preprocessor])
Sender: sperber@informatik.uni-tuebingen.de
To: scsh@zurich.ai.mit.edu
Subject: 0.5.2 on AIX 4.3
Date: 31 Oct 1999 12:02:23 +0100


... 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\366lkerverst\344ndigung und \374berhaupt 
blabla



----------------------------------------------------------------------

>Comment By: Martin Gasbichler (mainzelm)
Date: 2001-06-05 00:22

Message:
Logged In: YES 
user_id=17553

This is the same bug report as #407067 (which is fixed)

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=428101&group_id=10493


<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-hackers] [ scsh-Bugs-428101 ] 0.5.2 on AIX 4.3, noreply <=