Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1502 → Rev 1501

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