~ubuntu-branches/ubuntu/precise/psicode/precise

« back to all changes in this revision

Viewing changes to src/lib/libciomr/rread.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-06-07 16:49:57 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080607164957-8pifvb133yjlkagn
Tags: 3.3.0-3
* debian/rules (DEB_MAKE_CHECK_TARGET): Do not abort test suite on
  failures.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Set ${bindir} to /usr/lib/psi.
* debian/rules (install/psi3): Move psi3 file to /usr/bin.
* debian/patches/07_464867_move_executables.dpatch: New patch, add
  /usr/lib/psi to the $PATH, so that the moved executables are found.
  (closes: #464867)
* debian/patches/00list: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
/* $Log: rread.c,v $
3
 
/* Revision 1.1.1.1  2000/02/04 22:53:22  evaleev
4
 
/* Started PSI 3 repository
5
 
/*
6
 
/* Revision 2.6  1999/11/01 20:10:58  evaleev
7
 
/* Added explicit extern declarations of functions within the library.
8
 
/*
9
 
/* Revision 2.5  1997/09/12 13:52:58  crawdad
10
 
/* Changing marco name from ULL to PSI_FPTR.
11
 
/*
12
 
 * Revision 2.4  1997/08/25  21:50:03  crawdad
13
 
 * Making changes for extension of PSI file size limit.
14
 
 *
15
 
 * Revision 2.3  1997/06/23  12:25:57  crawdad
16
 
 * Multiple changes to libciomr: Moved "param.h" to "iomrparam.h" to avoid
17
 
 *     conflicts with similarly named system file under linux.  Corrected type
18
 
 *    casting in rread(), rwrit(), sread(), and swrit() functions.  Corrected
19
 
 *     unclosed tmpdisks.dat file in sequential.c.  Corrected block_matrix() to
20
 
 *    avoid malloc'ing zero-length arrays.
21
 
 *
22
 
 * -Daniel
23
 
 *
24
 
 * Revision 2.2  1995/04/01  20:53:01  fermann
25
 
 * changed bytewise file pointers such as first, last and length to long
26
 
 * unsigned ints in order to handle up to 4 gigabyte tmp files (striped into
27
 
 * individual pieces of less than 2 gigabytes).  added functions li2sec and
28
 
 * sec2li for where they are needed.
29
 
 *
30
 
 * Revision 2.1  1991/06/15  18:29:55  seidl
31
 
 * *** empty log message ***
32
 
 * */
33
 
 
34
 
static char *rcsid = "$Id: rread.c,v 1.1.1.1 2000/02/04 22:53:22 evaleev Exp $";
35
 
 
36
1
#include "iomrparam.h"
37
2
#include "includes.h"
38
3
#include "pointers.h"