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

« back to all changes in this revision

Viewing changes to src/lib/libciomr/rclose.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:
3
3
** \ingroup (CIOMR)
4
4
*/
5
5
 
6
 
/* $Log: rclose.c,v $
7
 
/* Revision 1.3  2002/06/01 18:23:54  sherrill
8
 
/* Upgrade doxygen documentation
9
 
/*
10
 
/* Revision 1.2  2002/04/19 21:48:06  sherrill
11
 
/* Remove some unused functions and do doxygen markup of libciomr.
12
 
/*
13
 
/* Revision 1.1.1.1  2000/02/04 22:53:22  evaleev
14
 
/* Started PSI 3 repository
15
 
/*
16
 
/* Revision 2.3  1999/11/01 20:10:58  evaleev
17
 
/* Added explicit extern declarations of functions within the library.
18
 
/*
19
 
/* Revision 2.2  1997/06/23 12:25:56  crawdad
20
 
/* Multiple changes to libciomr: Moved "param.h" to "iomrparam.h" to avoid
21
 
/*     conflicts with similarly named system file under linux.  Corrected type
22
 
/*    casting in rread(), rwrit(), sread(), and swrit() functions.  Corrected
23
 
/*     unclosed tmpdisks.dat file in sequential.c.  Corrected block_matrix() to
24
 
/*    avoid malloc'ing zero-length arrays.
25
 
/*
26
 
/* -Daniel
27
 
/*
28
 
 * Revision 2.1  1991/06/15  18:29:47  seidl
29
 
 * *** empty log message ***
30
 
 * */
31
 
 
32
 
static char *rcsid = "$Id: rclose.c,v 1.3 2002/06/01 18:23:54 sherrill Exp $";
33
 
 
34
6
extern void ioclos_(int *, int *);
35
7
 
36
8
/*!