Date: Mon, 29 Sep 2014 21:54:47 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r272289 - head/usr.bin/at Message-ID: <201409292154.s8TLslLA064033@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Mon Sep 29 21:54:46 2014 New Revision: 272289 URL: http://svnweb.freebsd.org/changeset/base/272289 Log: Sigh, remove a line that needs to be removed along with previous commit. Submitted by: mjg MFC after: 3 days X-MFC-with: 272288 Modified: head/usr.bin/at/at.c Modified: head/usr.bin/at/at.c ============================================================================== --- head/usr.bin/at/at.c Mon Sep 29 21:45:57 2014 (r272288) +++ head/usr.bin/at/at.c Mon Sep 29 21:54:46 2014 (r272289) @@ -390,7 +390,6 @@ writefile(time_t runtimer, char queue) fputc(*ap, fp); } } - fwrite(*atenv, sizeof(char), eqp-*atenv -1, fp); fputc('\n', fp); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409292154.s8TLslLA064033>