X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/c57de9d9c1af16e74f71359e8c0872ad49fb0dae..5173355318c899f122702a411de20db45ae3b279:/usr/src/usr.bin/mail/config.c diff --git a/usr/src/usr.bin/mail/config.c b/usr/src/usr.bin/mail/config.c index fa5fcc585a..34b1fb5636 100644 --- a/usr/src/usr.bin/mail/config.c +++ b/usr/src/usr.bin/mail/config.c @@ -1,6 +1,6 @@ # -static char *SccsID[] = "@(#)config.c 1.4 %G%"; +static char *SccsID[] = "@(#)config.c 1.6 %G%"; /* * This file contains definitions of network data used by Mail @@ -57,6 +57,7 @@ struct netmach netmach[] = { "onyx", 'x', SN, "cory", 'y', SN, "eecs40", 'z', SN, + EMPTY, EMPTYID, SN, /* Filled in dynamically */ 0, 0, 0 }; @@ -77,7 +78,7 @@ struct netorder netorder[] = { * bit map kind. With this transformation, we can deal with more than * one character having the same meaning easily. */ -struct nettypetab nettypetab[] = { +struct ntypetab ntypetab[] = { '%', AN, '@', AN, ':', SN, @@ -86,7 +87,7 @@ struct nettypetab nettypetab[] = { 0, 0 }; -struct netkindtab netkindtab[] = { +struct nkindtab nkindtab[] = { AN, IMPLICIT, BN, EXPLICIT, SN, IMPLICIT,