FreeBSD Bugzilla – Attachment 11467 Details for
Bug 22582
unused descr[] var in sysctl.c:RELENG_4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 636 bytes, created by
Giorgos Keramidas
on 2000-11-03 18:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Giorgos Keramidas
Created:
2000-11-03 18:10:01 UTC
Size:
636 bytes
patch
obsolete
>--- sysctl.c Fri Nov 3 20:00:29 2000 >+++ sysctl.c.new Fri Nov 3 20:01:11 2000 >@@ -42,7 +42,7 @@ > static char sccsid[] = "@(#)from: sysctl.c 8.1 (Berkeley) 6/6/93"; > #endif > static const char rcsid[] = >- "$FreeBSD: /c/ncvs/src/sbin/sysctl/sysctl.c,v 1.25.2.1 2000/07/19 06:22:20 kbyanc Exp $"; >+ "$FreeBSD: src/sbin/sysctl/sysctl.c,v 1.25.2.1 2000/07/19 06:22:20 kbyanc Exp $"; > #endif /* not lint */ > > #include <sys/types.h> >@@ -345,7 +345,7 @@ > show_var(int *oid, int nlen) > { > u_char buf[BUFSIZ], *val, *p; >- char name[BUFSIZ], descr[BUFSIZ], *fmt; >+ char name[BUFSIZ], *fmt; > int qoid[CTL_MAXNAME+2]; > int i; > size_t j, len;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22582
: 11467