[813] in Kerberos-V5-bugs
util/et const continued
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Fri Sep 30 13:43:02 1994
From: epeisach@MIT.EDU
Date: Fri, 30 Sep 1994 13:42:54 -0400
To: krb5-bugs@MIT.EDU
Missed a few....
(P.S. I like configure....)
===================================================================
RCS file: /mit/krb5/.cvsroot/src/util/et/compile_et.c,v
retrieving revision 5.2
diff -c -r5.2 compile_et.c
*** 5.2 1994/08/18 20:48:20
--- compile_et.c 1994/09/30 17:41:36
***************
*** 15,24 ****
#include "mit-sipb-copyright.h"
#include "compiler.h"
- #ifndef __STDC__
- #define const
- #endif
-
#ifndef lint
static const char copyright[] =
"Copyright 1987,1988 by MIT Student Information Processing Board";
--- 15,20 ----
===================================================================
RCS file: /mit/krb5/.cvsroot/src/util/et/init_et.c,v
retrieving revision 5.1
diff -c -r5.1 init_et.c
*** 5.1 1994/08/18 20:48:28
--- init_et.c 1994/09/30 17:39:31
***************
*** 11,21 ****
#include "error_table.h"
#include "mit-sipb-copyright.h"
- #ifndef __STDC__
- #define const
- #endif
-
-
extern char *malloc(), *realloc();
struct foobar {
--- 11,16 ----