Date: Mon, 11 Jun 2012 20:01:50 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r236915 - head/sys/kern Message-ID: <201206112001.q5BK1oiU007030@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pjd Date: Mon Jun 11 20:01:50 2012 New Revision: 236915 URL: http://svn.freebsd.org/changeset/base/236915 Log: Be consistent with white spaces. MFC after: 1 month Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_descrip.c ============================================================================== --- head/sys/kern/kern_descrip.c Mon Jun 11 20:00:44 2012 (r236914) +++ head/sys/kern/kern_descrip.c Mon Jun 11 20:01:50 2012 (r236915) @@ -116,7 +116,7 @@ static uma_zone_t file_zone; static int closefp(struct filedesc *fdp, int fd, struct file *fp, struct thread *td); -static int do_dup(struct thread *td, int flags, int old, int new, +static int do_dup(struct thread *td, int flags, int old, int new, register_t *retval); static int fd_first_free(struct filedesc *, int, int); static int fd_last_used(struct filedesc *, int, int);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206112001.q5BK1oiU007030>