386BSD 0.1 development
[unix-history] / usr / src / usr.bin / gdb / remote-sl.c
/*
* The binary remote protocol is still under development at LBL;
* the current version can't be released.
* Sorry, folks...
*/
int
sl_open()
{
return -1;
}