Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh Unbreak build ... again... gcc is insane.
details: https://anonhg.NetBSD.org/src/rev/73bc0a269605
branches: trunk
changeset: 345044:73bc0a269605
user: kre <kre%NetBSD.org@localhost>
date: Tue May 03 23:55:12 2016 +0000
description:
Unbreak build ... again... gcc is insane.
diffstat:
bin/sh/jobs.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r a9fa3900710a -r 73bc0a269605 bin/sh/jobs.c
--- a/bin/sh/jobs.c Tue May 03 20:46:35 2016 +0000
+++ b/bin/sh/jobs.c Tue May 03 23:55:12 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: jobs.c,v 1.77 2016/05/03 20:46:35 kre Exp $ */
+/* $NetBSD: jobs.c,v 1.78 2016/05/03 23:55:12 kre Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)jobs.c 8.5 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: jobs.c,v 1.77 2016/05/03 20:46:35 kre Exp $");
+__RCSID("$NetBSD: jobs.c,v 1.78 2016/05/03 23:55:12 kre Exp $");
#endif
#endif /* not lint */
@@ -102,7 +102,7 @@
STATIC void cmdtxt(union node *);
STATIC void cmdlist(union node *, int);
STATIC void cmdputs(const char *);
-static void inline cmdputi(int);
+inline static void cmdputi(int);
#ifdef SYSV
STATIC int onsigchild(void);
@@ -381,7 +381,7 @@
}
#endif
-static void inline
+inline static void
cmdputi(int n)
{
char str[20];
Home |
Main Index |
Thread Index |
Old Index