From 9e05e814df989a20ae8961be93e9a245bab55f49 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Sat, 27 Aug 2005 21:32:24 +0000 Subject: [PATCH] Smoke something else and revert the use of ssize_t, I've put it there for a reason after all. --- include/stdio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/stdio.h b/include/stdio.h index 1c7ab1a9c4..bfaec3c642 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -35,7 +35,7 @@ * * @(#)stdio.h 8.5 (Berkeley) 4/29/95 * $FreeBSD: src/include/stdio.h,v 1.24.2.5 2002/11/09 08:07:20 imp Exp $ - * $DragonFly: src/include/stdio.h,v 1.9 2005/08/27 21:13:28 joerg Exp $ + * $DragonFly: src/include/stdio.h,v 1.10 2005/08/27 21:32:24 joerg Exp $ */ #ifndef _STDIO_H_ @@ -267,7 +267,7 @@ char *fgetln(FILE *, size_t *); #define __ATTR_FORMAT_ARG #endif const char *fmtcheck(const char *, const char *) __ATTR_FORMAT_ARG; -ssize_t __fpending(FILE *); +__ssize_t __fpending(FILE *); int fpurge(FILE *); int fseeko(FILE *, __off_t, int); __off_t ftello(FILE *); -- 2.41.0