Minor style improvements.

This commit is contained in:
Garance A Drosehn 2000-11-14 22:08:52 +00:00
parent aa538512da
commit d96ca75758
1 changed files with 5 additions and 5 deletions

View File

@ -143,8 +143,8 @@ readjob(pp)
{
register int size;
register char *cp;
int cfcnt, dfcnt;
char givenid[32], givenhost[MAXHOSTNAMELEN];
int cfcnt, dfcnt;
char givenid[32], givenhost[MAXHOSTNAMELEN];
ack();
cfcnt = 0;
@ -398,9 +398,9 @@ frecverr(msg, va_alist)
vsyslog(LOG_ERR, msg, ap);
va_end(ap);
/*
* rcleanup is not called until AFTER logging the error message,
* because rcleanup will zap some variables which may have been
* supplied as parameters for that msg...
* rcleanup is not called until AFTER logging the error message,
* because rcleanup will zap some variables which may have been
* supplied as parameters for that msg...
*/
rcleanup(0);
/*