artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1abb2e8
)
pax: Switch a function definition from K&R to ANSI.
author
tb
<tb@openbsd.org>
Tue, 17 Jan 2023 16:20:28 +0000
(16:20 +0000)
committer
tb
<tb@openbsd.org>
Tue, 17 Jan 2023 16:20:28 +0000
(16:20 +0000)
bin/pax/options.c
patch
|
blob
|
history
diff --git
a/bin/pax/options.c
b/bin/pax/options.c
index
ca53a1d
..
1ed9f98
100644
(file)
--- a/
bin/pax/options.c
+++ b/
bin/pax/options.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: options.c,v 1.10
4 2022/12/04 23:50:45 cheloha Exp $
*/
+/* $OpenBSD: options.c,v 1.10
5 2023/01/17 16:20:28 tb Exp $
*/
/* $NetBSD: options.c,v 1.6 1996/03/26 23:54:18 mrg Exp $ */
/*-
@@
-1107,8
+1107,7
@@
tar_options(int argc, char **argv)
int mkpath(char *);
int
-mkpath(path)
- char *path;
+mkpath(char *path)
{
struct stat sb;
char *slash;