]> diplodocus.org Git - nmh/blobdiff - uip/rcvtty.c
Up version string to 1.3-dev for the CVS trunk.
[nmh] / uip / rcvtty.c
index 9b272d29690f258876ec28ee2564b164af30f7ce..97c32284b531038d9c20dafac78dc67d1f5d5431 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