Module Name:    src
Committed By:   christos
Date:           Mon Jan 25 00:26:04 UTC 2010

Modified Files:
        src/include/heimdal: roken.h

Log Message:
vasnprintf and asnprintf were never compiled in our libroken.a and never
used by heimdal programs. Remove the false advertising here that broke
the cygwin build.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/include/heimdal/roken.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/heimdal/roken.h
diff -u src/include/heimdal/roken.h:1.13 src/include/heimdal/roken.h:1.14
--- src/include/heimdal/roken.h:1.13	Sun Jan 24 11:45:57 2010
+++ src/include/heimdal/roken.h	Sun Jan 24 19:26:04 2010
@@ -38,7 +38,7 @@
  * SUCH DAMAGE.
  */
 
-/* $Id: roken.h,v 1.13 2010/01/24 16:45:57 christos Exp $ */
+/* $Id: roken.h,v 1.14 2010/01/25 00:26:04 christos Exp $ */
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -81,23 +81,6 @@
 
 
 
-
-
-
-
-
-
-
-int ROKEN_LIB_FUNCTION
-    asnprintf (char **, size_t, const char *, ...)
-     __attribute__ ((format (printf, 3, 4)));
-
-int ROKEN_LIB_FUNCTION
-    vasnprintf (char **, size_t, const char *, va_list)
-     __attribute__((format (printf, 3, 0)));
-
-
-
 char * ROKEN_LIB_FUNCTION strlwr(char *);
 
 size_t ROKEN_LIB_FUNCTION strnlen(const char*, size_t);

Reply via email to