artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25d62bd
)
remove unused variable
author
chl
<chl@openbsd.org>
Thu, 15 May 2014 19:40:42 +0000
(19:40 +0000)
committer
chl
<chl@openbsd.org>
Thu, 15 May 2014 19:40:42 +0000
(19:40 +0000)
ok espie@
usr.bin/make/main.c
patch
|
blob
|
history
diff --git
a/usr.bin/make/main.c
b/usr.bin/make/main.c
index
60d4635
..
5308976
100644
(file)
--- a/
usr.bin/make/main.c
+++ b/
usr.bin/make/main.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: main.c,v 1.10
2 2013/11/24 12:36:13 espie
Exp $ */
+/* $OpenBSD: main.c,v 1.10
3 2014/05/15 19:40:42 chl
Exp $ */
/* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */
/*
@@
-526,7
+526,7
@@
chdir_verify_path(const char *path, struct dirs *d)
static void
setup_CURDIR_OBJDIR(struct dirs *d, const char *machine)
{
- char *path
, *prefix
;
+ char *path;
d->current = figure_out_CURDIR();
/*