NetBSD/gnu/usr.bin/gdb/remote-sl.c

13 lines
227 B
C
Raw Normal View History

/* $Id: remote-sl.c,v 1.2 1993/08/02 17:41:08 mycroft Exp $ */
1993-03-21 12:45:37 +03:00
/*
* The binary remote protocol is still under development at LBL;
* the current version can't be released.
* Sorry, folks...
*/
int
sl_open()
{
return -1;
}