Age | Commit message (Collapse) | Author |
|
This was used to make lint stop warning that you weren't checking
the return value.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
This was needed for some pre-ANSI systems that declared free() to take
'char *' instead of 'void *' arguments, but hasn't been needed in decades.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
|
|
Fix unquote_pairs() to unquote every pair in br instead only
the first one n times.
Reported by Viktor Horvath in Debian bug #440734.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|