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:
Assar Westerlund
1996-08-13 23:37:58 +00:00
parent ade9160a68
commit abd01e4efc
6 changed files with 6 additions and 6 deletions

View File

@@ -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.",