~ubuntu-branches/ubuntu/trusty/pvm/trusty-proposed

« back to all changes in this revision

Viewing changes to src/pvmshmmsg.c

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-08-09 00:00:40 UTC
  • mfrom: (2.1.5 dapper)
  • Revision ID: james.westby@ubuntu.com-20060809000040-16kh33tmxx2em716
Tags: 3.4.5-7
Build with SHELL=/bin/bash in debian/rules; fixes FTBFS when /bin/sh
isn't bash. (Closes: #379543)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
static char rcsid[] =
3
 
        "$Id: pvmshmmsg.c,v 1.2 1999/03/15 19:06:06 pvmsrc Exp $";
 
3
        "$Id: pvmshmmsg.c,v 1.3 2000/02/16 23:30:03 pvmsrc Exp $";
4
4
 
5
5
/*
6
6
 *         PVM version 3.4:  Parallel Virtual Machine System
155
155
static struct shm_midlist pvm_shmmids[NSHMMIDS];
156
156
static int lastMidAlloced = 1;
157
157
 
 
158
char *getenv();
 
159
 
158
160
/* ============================================
159
161
         Section I
160
162
                 shared memory creation, destruction and attachment.