diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2008-11-10 10:48:44 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2008-11-10 10:48:44 +0000 |
commit | 3bd4448cbe3a58d8ea24da92c57665b4358a1f05 (patch) | |
tree | 16a9c9e90f86f2c8e30dcc990348f00e8e3a0d49 /usr.bin | |
parent | 6c52dc9eb90bb2f7a04b2ce5a88b2ae7114ce70c (diff) |
missing static
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/engine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/engine.c b/usr.bin/make/engine.c index beb12114880..8a2b12ef9be 100644 --- a/usr.bin/make/engine.c +++ b/usr.bin/make/engine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: engine.c,v 1.21 2008/11/10 09:22:18 espie Exp $ */ +/* $OpenBSD: engine.c,v 1.22 2008/11/10 10:48:43 espie Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. * Copyright (c) 1988, 1989 by Adam de Boor @@ -466,7 +466,7 @@ setup_signal(int sig) } } -void +static void setup_all_signals() { /* |