mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 02:36:11 +08:00
Reanem syslogstream.c to syslog_steam.c for consistency
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
############################################################################
|
||||
# Include SYSLOG Infrastructure
|
||||
|
||||
CSRCS += vsyslog.c vlowsyslog.c syslogstream.c syslog_channel.c
|
||||
CSRCS += vsyslog.c vlowsyslog.c syslog_stream.c syslog_channel.c
|
||||
|
||||
ifeq ($(CONFIG_SYSLOG_INTBUFFER),y)
|
||||
CSRCS += syslog_intbuffer.c
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* drivers/syslog/syslogstream.c
|
||||
* drivers/syslog/syslog_stream.c
|
||||
*
|
||||
* Copyright (C) 2012, 2016 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
Reference in New Issue
Block a user