summaryrefslogtreecommitdiff
path: root/lib/ZFmtList.c
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 17:50:06 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 17:50:06 +0000
commitac16f380e349fa39ec7e26bccb5456cb300006a5 (patch)
treec07ca88af97b4f6b77d28a2dc723d2e4621ed302 /lib/ZFmtList.c
parentd33e482744fad80d95cdd89ed380c5b8401e49bf (diff)
Pull in sources from zephyr locker. See /mit/zephyr/repository for
detailed change information.
Diffstat (limited to 'lib/ZFmtList.c')
-rw-r--r--lib/ZFmtList.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ZFmtList.c b/lib/ZFmtList.c
index baf2dda..7c4ab93 100644
--- a/lib/ZFmtList.c
+++ b/lib/ZFmtList.c
@@ -12,13 +12,13 @@
*/
/* $Header$ */
+#include <internal.h>
+
#ifndef lint
-static char rcsid_ZFormatNoticeList_c[] =
+static const char rcsid_ZFormatNoticeList_c[] =
"$Id$";
#endif
-#include <zephyr/zephyr_internal.h>
-
Code_t ZFormatNoticeList(notice, list, nitems, buffer, ret_len,
cert_routine)
ZNotice_t *notice;