Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/compat fix fpurge declaration
details: https://anonhg.NetBSD.org/src/rev/bd38b5d41c2b
branches: trunk
changeset: 356569:bd38b5d41c2b
user: christos <christos%NetBSD.org@localhost>
date: Tue Oct 03 01:43:03 2017 +0000
description:
fix fpurge declaration
diffstat:
tools/compat/compat_defs.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 60deadb8b6aa -r bd38b5d41c2b tools/compat/compat_defs.h
--- a/tools/compat/compat_defs.h Mon Oct 02 22:51:15 2017 +0000
+++ b/tools/compat/compat_defs.h Tue Oct 03 01:43:03 2017 +0000
@@ -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 @@
#endif
#if !HAVE_DECL_FPURGE
-void fpurge(FILE *);
+int fpurge(FILE *);
#endif
#if !HAVE_DIRFD
Home |
Main Index |
Thread Index |
Old Index