summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/rtems-bsd-log.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-04 13:04:42 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-06 14:07:31 +0200
commit54a577d44fc467221d6e7d831bd6f9c1d88849c5 (patch)
tree1b0ff9bab84ac1739076ce28b8103ddb0490d21f /rtemsbsd/rtems/rtems-bsd-log.c
parentbcd.c: Import from FreeBSD (diff)
downloadrtems-libbsd-54a577d44fc467221d6e7d831bd6f9c1d88849c5.tar.bz2
subr_prf.c: Port to RTEMS
Diffstat (limited to 'rtemsbsd/rtems/rtems-bsd-log.c')
-rw-r--r--rtemsbsd/rtems/rtems-bsd-log.c46
1 files changed, 0 insertions, 46 deletions
diff --git a/rtemsbsd/rtems/rtems-bsd-log.c b/rtemsbsd/rtems/rtems-bsd-log.c
deleted file mode 100644
index ec5f705c..00000000
--- a/rtemsbsd/rtems/rtems-bsd-log.c
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * @file
- *
- * @ingroup rtems_bsd_rtems
- *
- * @brief TODO.
- */
-
-/*
- * COPYRIGHT (c) 2012. On-Line Applications Research Corporation (OAR).
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- */
-
-#include <machine/rtems-bsd-kernel-space.h>
-
-#include <rtems/bsd/sys/types.h>
-#include <sys/systm.h>
-
-#include <stdio.h>
-
-void
-log(int level, const char *fmt, ...)
-{
- puts(fmt);
-}