aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryaworsky <yaworsky>2005-10-24 13:00:40 +0000
committeryaworsky <yaworsky>2005-10-24 13:00:40 +0000
commitc16b1e3d576840684f63a64e87504de40a207a5e (patch)
tree1a36ea4d69091abd1ec2bc55ecdb4f543ee6d300
parentfea1356c5e3651dac98b6e505901983e9d02ce01 (diff)
downloadsyslog-win32-c16b1e3d576840684f63a64e87504de40a207a5e.tar.gz
syslog-win32-c16b1e3d576840684f63a64e87504de40a207a5e.tar.xz
syslog-win32-c16b1e3d576840684f63a64e87504de40a207a5e.zip
Renamed writer.c to dest_file.c.
-rw-r--r--daemon/Makefile.am4
-rw-r--r--daemon/dest_file.c (renamed from daemon/writer.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index aa2599a..81fddfa 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -13,8 +13,8 @@ endif
AM_CPPFLAGS += -I. -I../include $(GLIB_CFLAGS)
bin_PROGRAMS = syslogd
-syslogd_SOURCES = conf.c fifo.c listener.c logrotate.c main.c names.c \
- pathnames.c purger.c syslogd.c writer.c syslogd.h
+syslogd_SOURCES = conf.c dest_file.c fifo.c listener.c logrotate.c \
+ main.c names.c pathnames.c purger.c syslogd.c syslogd.h
syslogd_LDADD = -lws2_32 $(GLIB_LIBS)
endif
diff --git a/daemon/writer.c b/daemon/dest_file.c
index 7761bbc..7761bbc 100644
--- a/daemon/writer.c
+++ b/daemon/dest_file.c