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

« back to all changes in this revision

Viewing changes to src/lib/Libattr/attr_fn_b.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:
181
181
 */
182
182
/*ARGSUSED*/
183
183
 
184
 
int encode_b(attr, phead, atname, rsname, mode)
185
 
attribute *attr;  /* ptr to attribute */
186
 
tlist_head *phead;  /* head of attribute list */
187
 
char  *atname; /* attribute name */
188
 
char  *rsname; /* resource name or null */
189
 
int   mode;  /* encode mode, unused here */
 
184
int
 
185
encode_b(
 
186
  attribute *attr,  /* ptr to attribute */
 
187
  tlist_head *phead,  /* head of attribute list */
 
188
  char *atname, /* attribute name */
 
189
  char *rsname, /* resource name or null */
 
190
  int mode  /* encode mode, unused here */
 
191
)
190
192
  {
191
193
  size_t   ct;
192
194
  svrattrl *pal;