Reanem syslogstream.c to syslog_steam.c for consistency
This commit is contained in:
parent
8021354e01
commit
9a19d64610
|
@ -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>
|
Loading…
Reference in New Issue