~ubuntu-branches/ubuntu/precise/torque/precise-updates

« back to all changes in this revision

Viewing changes to src/lib/Libifl/enc_svrattrl.c

  • Committer: Bazaar Package Importer
  • Author(s): Dominique Belhachemi
  • Date: 2010-05-17 20:56:46 UTC
  • mfrom: (0.1.3 sid) (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100517205646-yipvh4jq5n5n1kgo
Tags: 2.4.8+dfsg-5
install man pages together with their associated binaries (Closes: #581576)

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
#include "attribute.h"
107
107
#include "dis.h"
108
108
 
109
 
int encode_DIS_svrattrl(sock, psattl)
110
 
int   sock;
111
 
svrattrl *psattl;
 
109
 
 
110
int encode_DIS_svrattrl(int sock, svrattrl *psattl)
112
111
  {
113
112
  unsigned int ct = 0;
114
113
  unsigned int name_len;