pfsstat (pfstools-2.1.0.tgz) | : | pfsstat (pfstools-2.2.0.tgz) | ||
---|---|---|---|---|
skipping to change at line 28 | skipping to change at line 28 | |||
# along with this program; if not, write to the Free Software | # along with this program; if not, write to the Free Software | |||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |||
# ---------------------------------------------------------------------- | # ---------------------------------------------------------------------- | |||
# | # | |||
# @author Rafal Mantiuk, <mantiuk@mpi-sb.mpg.de> | # @author Rafal Mantiuk, <mantiuk@mpi-sb.mpg.de> | |||
# | # | |||
# $Id: pfsstat,v 1.2 2005/11/07 14:40:52 rafm Exp $ | # $Id: pfsstat,v 1.2 2005/11/07 14:40:52 rafm Exp $ | |||
# | # | |||
# See man page for more information | # See man page for more information | |||
pkg load signal | ||||
pin = pfsopen( "stdin" ); | pin = pfsopen( "stdin" ); | |||
#fprintf( stderr, "l = %d\n", length( argv ) ); | #fprintf( stderr, "l = %d\n", length( argv ) ); | |||
if( length( argv ) != 0 ) | if( length( argv ) != 0 ) | |||
error( "Expecting no parameters" ); | error( "Expecting no parameters" ); | |||
endif | endif | |||
firstFrame = true; | firstFrame = true; | |||
while( true ) | while( true ) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |