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

« back to all changes in this revision

Viewing changes to src/bin/cscf/errchk.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
 
/* $Log: errchk.c,v $
2
 
/* Revision 1.2  2002/03/25 02:17:36  janssen
3
 
/* Get rid of tmpl.  Use new naming scheme for libipv1 includes.
4
 
/*
 
1
/* $Log$
 
2
 * Revision 1.2  2002/03/25 02:17:36  janssen
 
3
 * Get rid of tmpl.  Use new naming scheme for libipv1 includes.
 
4
 *
5
5
/* Revision 1.1.1.1  2000/02/04 22:52:30  evaleev
6
6
/* Started PSI 3 repository
7
7
/*
19
19
/* -Ed
20
20
 * */
21
21
 
22
 
static char *rcsid = "$Id: errchk.c,v 1.2 2002/03/25 02:17:36 janssen Exp $";
 
22
static char *rcsid = "$Id: errchk.c 737 2002-03-25 02:17:36Z janssen $";
23
23
 
24
24
#include <stdio.h>
25
25
#include <libipv1/ip_lib.h>