From 4f53457205593c965fa31715652e678783a9b89d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 2 Jan 2015 00:44:27 -0600 Subject: Need to update install.c for the changed OLDTOY() argument list. --- scripts/install.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/install.c') diff --git a/scripts/install.c b/scripts/install.c index cda8fc22..a9a05500 100644 --- a/scripts/install.c +++ b/scripts/install.c @@ -7,8 +7,8 @@ #undef NEWTOY #undef OLDTOY -#define NEWTOY(name, opts, flags) {#name, 0, opts, flags}, -#define OLDTOY(name, oldname, opts, flags) {#name, 0, opts, flags}, +#define NEWTOY(name, opts, flags) {#name, 0, 0, flags}, +#define OLDTOY(name, oldname, flags) {#name, 0, 0, flags}, // Populate toy_list[]. -- cgit v1.2.3