Add diclaimer of copyright to _osname() manual page.
[unix-history] / usr.bin / vi / clib / addidlok.c
#include <curses.h>
/*
* idlok --
* Fake idlok.
*/
void
idlok(win, bf)
WINDOW *win;
int bf;
{
return;
}