Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1501 → Rev 1502

/pkgnet/trunk/pkgnet.c
397,6 → 397,9
ALLGOOD:
if (fd != NULL) fclose(fd);
net_close(sock);
 
net_shut();
 
return(flen);
}
 
424,7 → 427,6
} *mem;
 
 
puts("SvarLANG autoload...");
svarlang_autoload_exepath(argv[0], getenv("LANG"));
 
/* look for PKGNETBUFSZ env var to size up the buffer (default=5000 bytes) */