386BSD 0.1 development
[unix-history] / usr / src / usr.bin / gdb / remote-sl.c
CommitLineData
674cfb8d
WJ
1/*
2 * The binary remote protocol is still under development at LBL;
3 * the current version can't be released.
4 * Sorry, folks...
5 */
6int
7sl_open()
8{
9 return -1;
10}