diff options
Diffstat (limited to 'usr.bin/patch/util.h')
-rw-r--r-- | usr.bin/patch/util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/patch/util.h b/usr.bin/patch/util.h index a396135b652..e57966db80a 100644 --- a/usr.bin/patch/util.h +++ b/usr.bin/patch/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.2 1996/06/10 11:21:35 niklas Exp $ */ +/* $OpenBSD: util.h,v 1.3 1999/01/03 05:33:49 millert Exp $ */ /* and for those machine that can't handle a variable argument list */ @@ -79,4 +79,3 @@ char *savestr(); void set_signals(); void ignore_signals(); void makedirs(); -char *basename(); |