~vcs-imports/eglibc/trunk

« back to all changes in this revision

Viewing changes to libc/resolv/res_comp.c

  • Committer: joseph
  • Date: 2013-09-05 22:41:05 UTC
  • Revision ID: svn-v4:7b3dc134-2b1b-0410-93df-9e9f96275f8d:trunk:23928
Merge changes between r23795 and r23927 from /fsf/trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
/*
83
83
 * Expand compressed domain name 'comp_dn' to full domain name.
84
 
 * 'msg' is a pointer to the begining of the message,
 
84
 * 'msg' is a pointer to the beginning of the message,
85
85
 * 'eomorig' points to the first location after the message,
86
86
 * 'exp_dn' is a pointer to a buffer of size 'length' for the result.
87
87
 * Return size of compressed name or -1 if there was an error.