svn commit: r274485 - head/sys/sys

Mateusz Guzik mjg at FreeBSD.org
Thu Nov 13 21:47:44 UTC 2014


Author: mjg
Date: Thu Nov 13 21:47:43 2014
New Revision: 274485
URL: https://svnweb.freebsd.org/changeset/base/274485

Log:
  filedesc: oops.. commit missing change to filedesc.h

Modified:
  head/sys/sys/filedesc.h

Modified: head/sys/sys/filedesc.h
==============================================================================
--- head/sys/sys/filedesc.h	Thu Nov 13 21:37:53 2014	(r274484)
+++ head/sys/sys/filedesc.h	Thu Nov 13 21:47:43 2014	(r274485)
@@ -158,7 +158,7 @@ void	fdsetugidsafety(struct thread *td);
 struct	filedesc *fdcopy(struct filedesc *fdp);
 void	fdunshare(struct thread *td);
 void	fdescfree(struct thread *td);
-struct	filedesc *fdinit(struct filedesc *fdp);
+struct	filedesc *fdinit(struct filedesc *fdp, bool prepfiles);
 struct	filedesc *fdshare(struct filedesc *fdp);
 struct filedesc_to_leader *
 	filedesc_to_leader_alloc(struct filedesc_to_leader *old,


More information about the svn-src-all mailing list