~nhandler/ubuntu/lucid/am-utils/merge-from-squeeze

« back to all changes in this revision

Viewing changes to libamu/misc_rpc.c

  • Committer: Bazaar Package Importer
  • Author(s): Tim Cutts
  • Date: 2006-11-27 20:37:54 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061127203754-i1b3qshs0pfk05pf
Tags: 6.1.5-3
* Moved amq-check-wrap check from config back to postinst (Closes: #400229).
* Fixed an error in the postrm script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 1997-2003 Erez Zadok
 
2
 * Copyright (c) 1997-2006 Erez Zadok
3
3
 * Copyright (c) 1990 Jan-Simon Pendry
4
4
 * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
5
5
 * Copyright (c) 1990 The Regents of the University of California.
36
36
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37
37
 * SUCH DAMAGE.
38
38
 *
39
 
 *      %W% (Berkeley) %G%
40
39
 *
41
 
 * $Id: misc_rpc.c,v 1.4.2.5 2002/12/29 00:46:43 ib42 Exp $
 
40
 * File: am-utils/libamu/misc_rpc.c
42
41
 *
43
42
 */
44
43
 
93
92
  memset((voidp) &reply_msg, 0, sizeof(reply_msg));
94
93
  memset((voidp) &reply_xdr, 0, sizeof(reply_xdr));
95
94
 
96
 
  reply_msg.acpted_rply.ar_results.where = (caddr_t) where;
 
95
  reply_msg.acpted_rply.ar_results.where = where;
97
96
  reply_msg.acpted_rply.ar_results.proc = where_xdr;
98
97
 
99
98
  xdrmem_create(&reply_xdr, pkt, len, XDR_DECODE);