summaryrefslogtreecommitdiff
path: root/usr.bin/patch/util.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-05 21:47:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-05 21:47:34 +0000
commitad98de6f3bde79382fa6454e01e4c1d928dd0b6d (patch)
tree7408092f96cf8f81439a4a2c0c8be076ba1f8747 /usr.bin/patch/util.h
parent77201bcf7b52541604d623ea5066123d841bce72 (diff)
spacing
Diffstat (limited to 'usr.bin/patch/util.h')
-rw-r--r--usr.bin/patch/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/patch/util.h b/usr.bin/patch/util.h
index 0ec187028b9..bffa571fcb1 100644
--- a/usr.bin/patch/util.h
+++ b/usr.bin/patch/util.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.h,v 1.12 2003/10/31 20:20:45 millert Exp $ */
+/* $OpenBSD: util.h,v 1.13 2004/08/05 21:47:24 deraadt Exp $ */
/*
* patch - a program to apply diffs to original files
@@ -44,4 +44,4 @@ void set_signals(int);
void ignore_signals(void);
void makedirs(const char *, bool);
void version(void);
-void my_exit(int) __attribute__((noreturn));
+void my_exit(int) __attribute__((noreturn));