X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Faliasbr.c;h=aadd6767c42dd5f843be787872c6ed0a907f1d5b;hb=1bb1f6c3f38b05060bf699ea2743f7386889bf63;hp=d0c193d737752f7142d7b651eb8437f80412f993;hpb=81a21a9a97d8633f6d6231e31fdb6e328d0d3ff2;p=mmh diff --git a/uip/aliasbr.c b/uip/aliasbr.c index d0c193d..aadd676 100644 --- a/uip/aliasbr.c +++ b/uip/aliasbr.c @@ -47,9 +47,7 @@ static char *getalias (char *); static void add_aka (struct aka *, char *); static struct aka *akalloc (char *); static struct home *hmalloc (struct passwd *); -#ifndef MMDFMTS struct home *seek_home (char *); -#endif /* Do mh alias substitution on 's' and return the results. */ @@ -561,7 +559,6 @@ hmalloc (struct passwd *pw) } -#ifndef MMDFMTS struct home * seek_home (char *name) { @@ -598,4 +595,3 @@ seek_home (char *name) return NULL; } -#endif /* MMDFMTS */