Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include/heimdal vasnprintf and asnprintf were never compiled...
details: https://anonhg.NetBSD.org/src/rev/bd0eb85a3bad
branches: trunk
changeset: 751111:bd0eb85a3bad
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 25 00:26:04 2010 +0000
description:
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.
diffstat:
include/heimdal/roken.h | 19 +------------------
1 files changed, 1 insertions(+), 18 deletions(-)
diffs (36 lines):
diff -r 1e0adacea1b8 -r bd0eb85a3bad include/heimdal/roken.h
--- a/include/heimdal/roken.h Sun Jan 24 23:27:39 2010 +0000
+++ b/include/heimdal/roken.h Mon Jan 25 00:26:04 2010 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index