From 98074e086557ecacd4f12af74039203b811784c0 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 30 Sep 1999 21:31:54 +0000 Subject: [PATCH] add prototype for fclose to make sunos happy git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7061 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd_locl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appl/ftp/ftpd/ftpd_locl.h b/appl/ftp/ftpd/ftpd_locl.h index bff0dd571..7ed2dbc20 100644 --- a/appl/ftp/ftpd/ftpd_locl.h +++ b/appl/ftp/ftpd/ftpd_locl.h @@ -159,6 +159,10 @@ extern int LIBPREFIX(fclose) (FILE *); #endif +/* SunOS doesn't have any declaration of fclose */ + +int fclose(FILE *stream); + int yyparse(); #ifndef LOG_FTP