artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
100ca56
)
remove unused variable
author
chl
<chl@openbsd.org>
Sat, 3 May 2014 00:27:19 +0000
(
00:27
+0000)
committer
chl
<chl@openbsd.org>
Sat, 3 May 2014 00:27:19 +0000
(
00:27
+0000)
ok krw@
distrib/special/sysctl/sysctl.c
patch
|
blob
|
history
diff --git
a/distrib/special/sysctl/sysctl.c
b/distrib/special/sysctl/sysctl.c
index
1a705d3
..
9d73865
100644
(file)
--- a/
distrib/special/sysctl/sysctl.c
+++ b/
distrib/special/sysctl/sysctl.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sysctl.c,v 1.
7 2010/11/23 12:37:25 halex Exp $
*/
+/* $OpenBSD: sysctl.c,v 1.
8 2014/05/03 00:27:19 chl Exp $
*/
/*
* Copyright (c) 2009 Theo de Raadt <deraadt@openbsd.org>
@@
-71,7
+71,6
@@
pint(struct var *v)
int
pstring(struct var *v)
{
- struct iovec iov[2];
char *p;
size_t len;