Add diclaimer of copyright to _osname() manual page.
[unix-history] / gnu / usr.bin / kgdb / 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;
}