diff options
author | 2008-11-10 10:48:43 +0000 | |
---|---|---|
committer | 2008-11-10 10:48:43 +0000 | |
commit | f16224d672effcc6f4543167b80500c682a7bf1c (patch) | |
tree | 44657344a538e2a9b580e86e9254e1fe843c2fd2 | |
parent | adjust comment to reflect reality (CompatRunCommand is gone) (diff) | |
download | wireguard-openbsd-f16224d672effcc6f4543167b80500c682a7bf1c.tar.xz wireguard-openbsd-f16224d672effcc6f4543167b80500c682a7bf1c.zip |
missing static
-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() { /* |