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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Dominique Belhachemi
  • Date: 2010-05-17 20:56:46 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100517205646-yjsoqs5r1s9xpnu9
Tags: upstream-2.4.8+dfsg
ImportĀ upstreamĀ versionĀ 2.4.8+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
#include "attribute.h"
112
112
#include "dis.h"
113
113
 
114
 
int decode_DIS_svrattrl(sock, phead)
115
 
int     sock;
116
 
tlist_head *phead;
 
114
int
 
115
decode_DIS_svrattrl(int sock, tlist_head *phead)
117
116
  {
118
117
  unsigned int i;
119
118
  unsigned int hasresc;
213
212
 
214
213
  return (rc);
215
214
  }
 
215
 
 
216
 
 
217