* docs/MAIL.FILTERING: added note on removing procmail -f or
[mmh] / uip / rcvtty.c
index 9b272d2..97c3228 100644 (file)
@@ -177,7 +177,7 @@ main (int argc, char **argv)
     setutent();
     while ((utp = getutent()) != NULL) {
         if (
-#ifdef HAVE_UTMP_UT_TYPE
+#ifdef HAVE_STRUCT_UTMP_UT_TYPE
               utp->ut_type == USER_PROCESS 
               &&
 #endif