summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/scsi/93cx6.c3
-rw-r--r--sys/kern/kern_xxx.c4
2 files changed, 3 insertions, 4 deletions
diff --git a/sys/i386/scsi/93cx6.c b/sys/i386/scsi/93cx6.c
index 046484c..0afdbda 100644
--- a/sys/i386/scsi/93cx6.c
+++ b/sys/i386/scsi/93cx6.c
@@ -18,7 +18,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: 93cx6.c,v 1.2 1995/09/05 23:51:58 gibbs Exp $
+ * $Id: 93cx6.c,v 1.3 1995/11/14 09:58:47 phk Exp $
*/
/*
@@ -92,7 +92,6 @@ int read_seeprom (u_long offset,
u_short MS /* mode select */)
{
int i = 0, k = 0;
- int wait;
unsigned char temp;
/*
diff --git a/sys/kern/kern_xxx.c b/sys/kern/kern_xxx.c
index fca19bc..84ff0b8 100644
--- a/sys/kern/kern_xxx.c
+++ b/sys/kern/kern_xxx.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)kern_xxx.c 8.2 (Berkeley) 11/14/93
- * $Id: kern_xxx.c,v 1.18 1995/11/12 07:04:30 bde Exp $
+ * $Id: kern_xxx.c,v 1.19 1995/11/14 09:10:45 phk Exp $
*/
#include <sys/param.h>
@@ -208,7 +208,7 @@ uname(p, uap, retval)
struct uname_args *uap;
int *retval;
{
- int name[2], len, rtval, junk;
+ int name[2], len, rtval;
char *s, *us;
name[0] = CTL_KERN;
OpenPOWER on IntegriCloud