diff options
author | 2003-07-22 17:21:07 +0000 | |
---|---|---|
committer | 2003-07-22 17:21:07 +0000 | |
commit | 0a9b58de6c43585f0d8a086f3030ced6d789768f (patch) | |
tree | fd529709b0040aae8e299b30128c8ddd137fa6c5 /usr.bin/patch/util.h | |
parent | POSIX defines allowed commands as {a,c,d,i,s} but patch was only (diff) | |
download | wireguard-openbsd-0a9b58de6c43585f0d8a086f3030ced6d789768f.tar.xz wireguard-openbsd-0a9b58de6c43585f0d8a086f3030ced6d789768f.zip |
nicer
Diffstat (limited to 'usr.bin/patch/util.h')
-rw-r--r-- | usr.bin/patch/util.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/patch/util.h b/usr.bin/patch/util.h index 4f0d42c10cd..17e7747c5a8 100644 --- a/usr.bin/patch/util.h +++ b/usr.bin/patch/util.h @@ -1,15 +1,15 @@ -/* $OpenBSD: util.h,v 1.7 2003/07/22 17:18:49 otto Exp $ */ +/* $OpenBSD: util.h,v 1.8 2003/07/22 17:21:07 deraadt Exp $ */ char *fetchname(char *, int, int); int move_file(char *, char *); void copy_file(char *, char *); void say(char *, ...); void fatal(char *, ...) - __attribute__((__format__(__printf__, 1, 2))); + __attribute__((__format__(__printf__, 1, 2))); void pfatal(char *, ...) - __attribute__((__format__(__printf__, 1, 2))); + __attribute__((__format__(__printf__, 1, 2))); void ask(char *, ...) - __attribute__((__format__(__printf__, 1, 2))); + __attribute__((__format__(__printf__, 1, 2))); char *savestr(char *); void set_signals(int); void ignore_signals(void); |