Date: Wed, 29 Aug 2012 16:15:22 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r239855 - head/usr.sbin/ac Message-ID: <201208291615.q7TGFMPr075912@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed Date: Wed Aug 29 16:15:22 2012 New Revision: 239855 URL: http://svn.freebsd.org/changeset/base/239855 Log: Fix whitespace. Modified: head/usr.sbin/ac/ac.c Modified: head/usr.sbin/ac/ac.c ============================================================================== --- head/usr.sbin/ac/ac.c Wed Aug 29 16:11:03 2012 (r239854) +++ head/usr.sbin/ac/ac.c Wed Aug 29 16:15:22 2012 (r239855) @@ -60,7 +60,7 @@ struct tty_list { * globals - yes yuk */ #ifdef CONSOLE_TTY -static char *Console = CONSOLE_TTY; +static char *Console = CONSOLE_TTY; #endif static time_t Total = 0; static time_t FirstTime = 0; @@ -406,7 +406,6 @@ log_out(struct utmp_list *head, struct u return head; } - /* * if do_tty says ok, login a user */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208291615.q7TGFMPr075912>