/* Copyright (C) 1993 Free Software Foundation This file is part of the GNU IO Library. This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this library; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. As a special exception, if you link this library with files compiled with a GNU compiler to produce an executable, this does not cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. */ #include "libioP.h" #include "stdio.h" int vprintf(format, args) const char* format; _IO_va_list args; { return _IO_vfprintf(_IO_stdout, format, args); } cec94dea8be89818cb043e'>refslogtreecommitdiff
path: root/usr.sbin/btdevctl/btdevctl.c
AgeCommit message (Expand)Author
2011-08-27static + __deadjoerg
2011-03-20provide more informative error messagesplunky
2009-05-12update to use new sdp(3) and sdp_data(3) APIsplunky
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-11-19use optarg instead of mode when reporting failure - mode is uninitialisedplunky
2007-08-17Attempt at fixing build failures after proplib was converted to bool:pavel
2007-04-21Add 'service level' security for L2CAP and RFCOMM connections, followingplunky
2006-09-11also include service name in dictionary being sent to kernel.plunky
2006-09-10update to bluetooth device attachment:plunky
2006-08-13rename btcontrol(8) as btdevctl(8) to make it fit with the NetBSD namingplunky