*** empty log message ***

This commit is contained in:
bdc 1995-11-01 08:19:46 +00:00
parent 79f2098c6f
commit 1965c0f4b4
2 changed files with 3 additions and 2 deletions

View File

@ -691,8 +691,9 @@ scsh/regexp/libregexp.a:
$(CC) $(LDFLAGS) -o $@ smain.o $< $(OBJS) $(LIBS)
install-scsh: scsh
$(INSTALL_PROGRAM) $(srcdir)/scsh/scsh.image $(LIB)/scsh.image
$(RM) $(bindir)/$(RUNNABLE)
$(INSTALL_PROGRAM) $(srcdir)/scsh/scsh $(bindir)/$(RUNNABLE)
$(INSTALL_PROGRAM) $(srcdir)/scsh/scsh.image $(LIB)/scsh.image
for f in $(srcdir)/scsh/*.scm; \
do $(INSTALL_DATA) $$f $(LIB)/scsh/; done

View File

@ -217,7 +217,7 @@ int recv_substring(int s,
return recv(s, StrByte(buf,start), end-start, flags);
}
#endif
case 6: /* AF_INET */
case 8: /* AF_INET */
{
struct sockaddr_in name;
int namelen=sizeof(name);