diff options
Diffstat (limited to 'usr.bin/patch/util.h')
-rw-r--r-- | usr.bin/patch/util.h | 4 |
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)); |