const poisoning.

This commit is contained in:
mycroft 1998-07-26 22:38:15 +00:00
parent a405bce56c
commit e683da3ba6
3 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: api_exch.c,v 1.4 1998/03/04 13:16:04 christos Exp $ */
/* $NetBSD: api_exch.c,v 1.5 1998/07/26 22:38:15 mycroft Exp $ */
/*-
* Copyright (c) 1988 The Regents of the University of California.
@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)api_exch.c 4.2 (Berkeley) 4/26/91";
#else
__RCSID("$NetBSD: api_exch.c,v 1.4 1998/03/04 13:16:04 christos Exp $");
__RCSID("$NetBSD: api_exch.c,v 1.5 1998/07/26 22:38:15 mycroft Exp $");
#endif
#endif /* not lint */
@ -350,7 +350,7 @@ api_exch_outtype(type, length, location)
int
type,
length;
char
const char
*location;
{
int netleng = length;

View File

@ -1,4 +1,4 @@
/* $NetBSD: api_exch.h,v 1.4 1998/03/04 13:16:04 christos Exp $ */
/* $NetBSD: api_exch.h,v 1.5 1998/07/26 22:38:15 mycroft Exp $ */
/*-
* Copyright (c) 1988 The Regents of the University of California.
@ -165,7 +165,7 @@ struct storage_descriptor {
int api_exch_nextcommand __P((void));
int api_exch_incommand __P((int));
int api_exch_outcommand __P((int));
int api_exch_outtype __P((int, int , char *));
int api_exch_outtype __P((int, int , const char *));
int api_exch_intype __P((int, int , char *));
int api_exch_flush __P((void));
int api_exch_init __P((int, char *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: system.c,v 1.9 1998/07/06 07:01:33 mrg Exp $ */
/* $NetBSD: system.c,v 1.10 1998/07/26 22:38:15 mycroft Exp $ */
/*-
* Copyright (c) 1988 The Regents of the University of California.
@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)system.c 4.5 (Berkeley) 4/26/91";
#else
__RCSID("$NetBSD: system.c,v 1.9 1998/07/06 07:01:33 mrg Exp $");
__RCSID("$NetBSD: system.c,v 1.10 1998/07/26 22:38:15 mycroft Exp $");
#endif
#endif /* not lint */
@ -282,7 +282,7 @@ doassociate()
/* Is this the correct password? */
if (strlen(pwent->pw_name)) {
char *ptr;
const char *ptr;
int i;
ptr = pwent->pw_name;