~ubuntu-branches/ubuntu/vivid/psicode/vivid

« back to all changes in this revision

Viewing changes to src/lib/libciomr/ram.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
1
 
2
 
/* $Log: ram.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:56  crawdad
10
 
/* Changing marco name from ULL to PSI_FPTR.
11
 
/*
12
 
 * Revision 2.4  1997/08/25  21:50:01  crawdad
13
 
 * Making changes for extension of PSI file size limit.
14
 
 *
15
 
 * Revision 2.3  1997/06/23  12:25:55  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  1996/06/18  20:47:45  sherrill
25
 
 * Add the whole set of int_array routines to int_array.c (replacing
26
 
 * init_int_array.c), add block_matrix.c, and add a new function flen
27
 
 * which gets the file size for unit number x.
28
 
 *
29
 
 * Revision 2.1  1991/06/15  18:29:46  seidl
30
 
 * *** empty log message ***
31
 
 * */
32
 
 
33
 
static char *rcsid = "$Id: ram.c,v 1.1.1.1 2000/02/04 22:53:22 evaleev Exp $";
34
 
 
35
 
 
36
2
#include "includes.h"
37
3
#include "iomrparam.h"
38
4
#include "types.h"