]> andersk Git - moira.git/blobdiff - server/meinitlst.c
increase Argv[] size to match QMAXARGS
[moira.git] / server / meinitlst.c
index 5e93c1790cb2d812e2214e186d7e34847b980b36..09abdc5b4f0e6179e56d1daa8128251d279c3da9 100644 (file)
@@ -4,22 +4,24 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  *
  *     This code is a reverse-engineered version of
  *     ~rtingres/lib/compatlib(meinitlst.o) with a better malloc and
- *     free.
- *     $Log$
- *     Revision 1.1  1987-08-22 17:29:33  wesommer
- *     Initial revision
- *
+ *     free.  It only works with Ingres version 5 on the vax.
  */
 
 #ifndef lint
 static char *rcsid_meinitlst_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <sys/errno.h>
 #include <sys/types.h>
+#include <moira_site.h>
+
+#if INGRESVER == 5 && defined(vax)
 
 /*
  * entry points:
@@ -88,8 +90,7 @@ caddr_t realloc(adr, nsize)
        (void) free(adr);
        return new_addr;
 }
-#endif notdef
-#ifdef notdef
+
 valloc(size)
        int size;
 {
@@ -168,3 +169,4 @@ _memalign+df:   addl3   $10,r6,r0
 _memalign+e3:   ret
 */
 #endif notdef
+#endif /* INGRESVER == 5 && defined(vax) */
This page took 0.035878 seconds and 4 git commands to generate.