summaryrefslogtreecommitdiff
path: root/lib/ZFmtAuth.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZFmtAuth.c')
-rw-r--r--lib/ZFmtAuth.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ZFmtAuth.c b/lib/ZFmtAuth.c
index 37c3c68..7815796 100644
--- a/lib/ZFmtAuth.c
+++ b/lib/ZFmtAuth.c
@@ -14,7 +14,7 @@
#ifndef lint
static char rcsid_ZFormatAuthenticNotice_c[] = "$Header$";
-#endif lint
+#endif
#include <zephyr/mit-copyright.h>
@@ -23,8 +23,8 @@ static char rcsid_ZFormatAuthenticNotice_c[] = "$Header$";
#ifdef KERBEROS
Code_t ZFormatAuthenticNotice(notice, buffer, buffer_len, len, session)
ZNotice_t *notice;
- char *buffer;
- int buffer_len;
+ register char *buffer;
+ register int buffer_len;
int *len;
C_Block session;
{
@@ -36,7 +36,7 @@ Code_t ZFormatAuthenticNotice(notice, buffer, buffer_len, len, session)
newnotice.z_auth = 1;
newnotice.z_authent_len = 0;
newnotice.z_ascii_authent = "";
-
+
if ((retval = Z_FormatRawHeader(&newnotice, buffer, buffer_len,
&hdrlen, &ptr)) != ZERR_NONE)
return (retval);