Module Name: src
Committed By: christos
Date: Tue Oct 3 01:43:03 UTC 2017
Modified Files:
src/tools/compat: compat_defs.h
Log Message:
fix fpurge declaration
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/tools/compat/compat_defs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/compat/compat_defs.h
diff -u src/tools/compat/compat_defs.h:1.108 src/tools/compat/compat_defs.h:1.109
--- src/tools/compat/compat_defs.h:1.108 Mon Oct 2 18:19:45 2017
+++ src/tools/compat/compat_defs.h Mon Oct 2 21:43:03 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_defs.h,v 1.108 2017/10/02 22:19:45 christos Exp $ */
+/* $NetBSD: compat_defs.h,v 1.109 2017/10/03 01:43:03 christos Exp $ */
#ifndef __NETBSD_COMPAT_DEFS_H__
#define __NETBSD_COMPAT_DEFS_H__
@@ -253,7 +253,7 @@ char *dirname(char *);
#endif
#if !HAVE_DECL_FPURGE
-void fpurge(FILE *);
+int fpurge(FILE *);
#endif
#if !HAVE_DIRFD