tut tut.... LOG_MARK doesn't belong here
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 28 Oct 1986 13:42:15 +0000 (05:42 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 28 Oct 1986 13:42:15 +0000 (05:42 -0800)
SCCS-vsn: usr.bin/logger/logger.c 6.4

usr/src/usr.bin/logger/logger.c

index 57daf3a..f9f12a2 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)logger.c   6.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)logger.c   6.4 (Berkeley) %G%";
 #endif not lint
 
 #include <stdio.h>
 #endif not lint
 
 #include <stdio.h>
@@ -147,7 +147,6 @@ struct code FacNames[] = {
        "daemon",       LOG_DAEMON,
        "auth",         LOG_AUTH,
        "security",     LOG_AUTH,
        "daemon",       LOG_DAEMON,
        "auth",         LOG_AUTH,
        "security",     LOG_AUTH,
-       "mark",         LOG_MARK,
        "syslog",       LOG_SYSLOG,
        "lpr",          LOG_LPR,
        "news",         LOG_NEWS,
        "syslog",       LOG_SYSLOG,
        "lpr",          LOG_LPR,
        "news",         LOG_NEWS,