[Libsysio-commit] HEAD: libsysio/src dev.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2009-04-10 21:32:01
|
Update of /cvsroot/libsysio/libsysio/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20182/src Modified Files: dev.c Log Message: Modified to reflect the new filldirentries2 operation. Index: dev.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/src/dev.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -w -b -B -p -r1.12 -r1.13 --- dev.c 9 May 2007 23:16:20 -0000 1.12 +++ dev.c 10 Apr 2009 21:31:48 -0000 1.13 @@ -9,7 +9,7 @@ * terms of the GNU Lesser General Public License * (see cit/LGPL or http://www.gnu.org/licenses/lgpl.html) * - * Cplant(TM) Copyright 1998-2003 Sandia Corporation. + * Cplant(TM) Copyright 1998-2009 Sandia Corporation. * Under the terms of Contract DE-AC04-94AL85000, there is a non-exclusive * license for use of this work by or on behalf of the US Government. * Export of this program may require a license from the United States @@ -57,6 +57,7 @@ const struct inode_ops _sysio_nodev_ops _sysio_nodev_inop_getattr, _sysio_nodev_inop_setattr, _sysio_nodev_filldirentries, + _sysio_nodev_filldirentries2, _sysio_nodev_inop_mkdir, _sysio_nodev_inop_rmdir, _sysio_nodev_inop_symlink, |