Ahem: add new faq entry to list at top of FAQ.html
[oweals/busybox.git] / loginutils / su.c
index 5f6140917b8580e57bf1f86bd34680914e8c9146..3e82d2428c417ebf40100ebae402ce2e22bc5a38 100644 (file)
@@ -91,7 +91,7 @@ int su_main ( int argc, char **argv )
                opt_args = argv + optind;
 
 #if defined( SYSLOG_SUCCESS ) || defined( SYSLOG_FAILURE )
-#ifdef CONFIG_FEATURE_U_W_TMP
+#ifdef CONFIG_FEATURE_UTMP
        /* The utmp entry (via getlogin) is probably the best way to identify
           the user, especially if someone su's from a su-shell.  */
        old_user = getlogin ( );