From 723be944cfe978ca28fff58abf6433deab10d6ab Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Tue, 22 Nov 1994 17:35:45 -0800 Subject: [PATCH] "switch" class is not rebuildable -- only the underlying types are SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.120 --- usr/src/usr.sbin/sendmail/src/conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/conf.c b/usr/src/usr.sbin/sendmail/src/conf.c index ce87f36b6b..bf5c492c75 100644 --- a/usr/src/usr.sbin/sendmail/src/conf.c +++ b/usr/src/usr.sbin/sendmail/src/conf.c @@ -7,7 +7,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)conf.c 8.119 (Berkeley) %G%"; +static char sccsid[] = "@(#)conf.c 8.120 (Berkeley) %G%"; #endif /* not lint */ # include "sendmail.h" @@ -372,7 +372,7 @@ setupmaps() seq_map_lookup, seq_map_store); /* switched interface to sequenced maps */ - MAPDEF("switch", NULL, MCF_ALIASOK|MCF_REBUILDABLE, + MAPDEF("switch", NULL, MCF_ALIASOK, map_parseargs, switch_map_open, seq_map_close, seq_map_lookup, seq_map_store); } -- 2.20.1