Reanem syslogstream.c to syslog_steam.c for consistency

This commit is contained in:
Gregory Nutt 2016-06-19 18:19:34 -06:00
parent 8021354e01
commit 9a19d64610
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>