From 1904ce3f5aa11f190c881ccda650c1f464fe9271 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 26 Jul 2007 10:50:06 +0000 Subject: - removed f_type from omshell.c, omdiscard.c, omusrmsg.c, ommysql.c - removed f_type from syslogd.c/cflineParseFileName() - fixed bug in omfile.c which could lead to invalid addressing if "-" was given to not sync file - removed f_type from omfile.c --- syslogd-types.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'syslogd-types.h') diff --git a/syslogd-types.h b/syslogd-types.h index 09e66d1c..ef333b3d 100644 --- a/syslogd-types.h +++ b/syslogd-types.h @@ -115,19 +115,6 @@ struct syslogTime { /* values for f_type in struct filed below*/ -/* gone away #define F_UNUSED 0 */ /* unused entry */ -#define F_FILE 1 /* regular file */ -#define F_TTY 2 /* terminal */ -#define F_CONSOLE 3 /* console terminal */ -#define F_FORW 4 /* remote machine */ -#define F_USERS 5 /* list of users */ -#define F_WALL 6 /* everyone logged on */ -#define F_FORW_SUSP 7 /* suspended host forwarding */ -#define F_FORW_UNKN 8 /* unknown host forwarding */ -#define F_PIPE 9 /* named pipe */ -#define F_MYSQL 10 /* MySQL database */ -#define F_DISCARD 11 /* discard event (do not process any further selector lines) */ -#define F_SHELL 12 /* execute a shell */ /* This structure represents the files that will have log * copies printed. -- cgit