From: Todd C. Miller Date: Tue, 24 Aug 1999 17:45:05 +0000 (+0000) Subject: Update comments about syslog name tables X-Git-Tag: SUDO_1_6_0~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d661d1d66f8baf0e980c70cc03bd70de6a806041;p=sudo Update comments about syslog name tables --- diff --git a/version.c b/version.c index f690106ce..01e1da4a8 100644 --- a/version.c +++ b/version.c @@ -47,8 +47,6 @@ #include #include -/* XXX - configure needs to check for the tables */ -/* XXX most OS's don't have the tables! */ #define SYSLOG_NAMES #include "sudo.h" @@ -225,6 +223,11 @@ print_version() } #if (LOGGING & SLOG_SYSLOG) && defined(HAVE_SYSLOG_NAMES) +/* + * Convert a syslog number to a name. At some point in the + * future, sudo will have its own tables internally so syslog + * can be configured at run time. + */ static char * num_to_name(num, table) int num;