X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Faliasbr.c;h=aadd6767c42dd5f843be787872c6ed0a907f1d5b;hp=d0c193d737752f7142d7b651eb8437f80412f993;hb=d2da15ecabb03fb2de72863abdf5f21e52fdf329;hpb=81a21a9a97d8633f6d6231e31fdb6e328d0d3ff2 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 */