Include type `int' on all definitions and remove unnecessary
`register'. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@645 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -94,7 +94,7 @@ pop_dropinfo(POP *p)
|
||||
|
||||
#ifdef DEBUG
|
||||
if(p->debug && msg_num > 0) {
|
||||
register i;
|
||||
int i;
|
||||
for (i = 0, mp = p->mlp; i < p->msg_count; i++, mp++)
|
||||
pop_log(p,POP_DEBUG,
|
||||
"Msg %d at offset %d is %d octets long and has %u lines.",
|
||||
|
Reference in New Issue
Block a user