NetBSD/gnu/usr.bin/gdb/remote-sl.c
mycroft c8194f0876 Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
1993-08-02 17:38:43 +00:00

13 lines
227 B
C

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