diff options
author | 2006-03-11 19:41:30 +0000 | |
---|---|---|
committer | 2006-03-11 19:41:30 +0000 | |
commit | 5e2529bcf9fcb040435f80eb3eb5c7fc2b749ed2 (patch) | |
tree | 293a769280c5f30cac9e7409f69ed1d55992383f /usr.bin/patch/util.c | |
parent | Change default answer for 'Do you expect to run the X Window System?' (diff) | |
download | wireguard-openbsd-5e2529bcf9fcb040435f80eb3eb5c7fc2b749ed2.tar.xz wireguard-openbsd-5e2529bcf9fcb040435f80eb3eb5c7fc2b749ed2.zip |
type police and assorted cleanup. From Lionel Fourquaux; ok ray@
Diffstat (limited to 'usr.bin/patch/util.c')
-rw-r--r-- | usr.bin/patch/util.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/patch/util.c b/usr.bin/patch/util.c index 52e00c6ddf9..5523450c95e 100644 --- a/usr.bin/patch/util.c +++ b/usr.bin/patch/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.31 2005/06/20 07:14:06 otto Exp $ */ +/* $OpenBSD: util.c,v 1.32 2006/03/11 19:41:30 otto Exp $ */ /* * patch - a program to apply diffs to original files @@ -27,7 +27,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: util.c,v 1.31 2005/06/20 07:14:06 otto Exp $"; +static const char rcsid[] = "$OpenBSD: util.c,v 1.32 2006/03/11 19:41:30 otto Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -38,6 +38,7 @@ static const char rcsid[] = "$OpenBSD: util.c,v 1.31 2005/06/20 07:14:06 otto Ex #include <fcntl.h> #include <libgen.h> #include <paths.h> +#include <signal.h> #include <stdarg.h> #include <stdlib.h> #include <stdio.h> |