summaryrefslogtreecommitdiff
path: root/usr.bin/patch/util.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-01-03 05:33:50 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-01-03 05:33:50 +0000
commitfa79b12122e966be5518c9d5de1aa22f1b431020 (patch)
tree391ba58678a319d10415743a5846f3bda39e773b /usr.bin/patch/util.h
parent74747574a48ac4e2d4962b444d6fb969cb8644bd (diff)
Use libc basename(3) and dirname(3) instead of defining our own. Also clean up some nasty assumptions that basename() returns a pointer that lies within its argument
Diffstat (limited to 'usr.bin/patch/util.h')
-rw-r--r--usr.bin/patch/util.h3
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();