=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/types.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/rdist/types.h 2015/01/20 06:02:30 1.6 +++ src/usr.bin/rdist/types.h 2015/01/20 06:08:08 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: types.h,v 1.6 2015/01/20 06:02:30 guenther Exp $ */ +/* $OpenBSD: types.h,v 1.7 2015/01/20 06:08:08 guenther Exp $ */ #ifndef __myTYPES_H__ #define __myTYPES_H__ @@ -64,13 +64,5 @@ MT_WARNING|MT_CHANGE|\ MT_INFO|MT_NOTICE|\ MT_SYSLOG|MT_VERBOSE) - -/* - * Message Facilities - */ -#define MF_STDOUT 1 /* Standard Output */ -#define MF_NOTIFY 2 /* Notify mail service */ -#define MF_FILE 3 /* A normal file */ -#define MF_SYSLOG 4 /* syslog() */ #endif /* __myTYPES_H__ */