Date: Wed, 13 May 2009 19:29:50 +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: r192062 - head/sys/dev/snp Message-ID: <200905131929.n4DJTo0X065454@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed Date: Wed May 13 19:29:50 2009 New Revision: 192062 URL: http://svn.freebsd.org/changeset/base/192062 Log: Keep this line shorter than 80 columns. Modified: head/sys/dev/snp/snp.c Modified: head/sys/dev/snp/snp.c ============================================================================== --- head/sys/dev/snp/snp.c Wed May 13 19:26:19 2009 (r192061) +++ head/sys/dev/snp/snp.c Wed May 13 19:29:50 2009 (r192062) @@ -257,8 +257,8 @@ snp_ioctl(struct cdev *dev, u_long cmd, SNP_UNLOCK(); return (EBUSY); } - error = ttyhook_register(&ss->snp_tty, td->td_proc, *(int *)data, - &snp_hook, ss); + error = ttyhook_register(&ss->snp_tty, td->td_proc, + *(int *)data, &snp_hook, ss); SNP_UNLOCK(); if (error != 0) return (error);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905131929.n4DJTo0X065454>