small patch to get scsh running

Roderic Morris <[email protected]> Wed, 21 Apr 2010 12:08:49 -0700
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <[email protected]>
posix-platform-names was left out of packages.scm

this gets a hackish scsh working on the dev s48 (on 64 bit systems as
well). here's the url if you're curious
<http://ccs.neu.edu/home/roderic/arbeit/scsh> (it's a mercurial repo).

-Roderic
posix-platform-names.diff (text/x-patch, 272 B)
diff --git a/scheme/packages.scm b/scheme/packages.scm
--- a/scheme/packages.scm
+++ b/scheme/packages.scm
@@ -555,6 +555,7 @@
 	    posix-time
 	    posix-users
 	    posix-process-data
+	    posix-platform-names
 	    posix-processes
 	    posix-regexps
 	    posix-i/o