-/* $OpenBSD: dr_1.c,v 1.6 2009/10/27 23:59:27 deraadt Exp $ */
+/* $OpenBSD: dr_1.c,v 1.7 2015/10/24 18:16:40 mmcc Exp $ */
/* $NetBSD: dr_1.c,v 1.4 1995/04/24 12:25:10 cgd Exp $ */
/*
if (tp == 0)
p = "Driver";
else {
- if (islower(*tp))
- *tp = toupper(*tp);
+ if (islower((unsigned char)*tp))
+ *tp = toupper((unsigned char)*tp);
p = tp;
}
(void) strncpy(bestship->file->captain, p,
-/* $OpenBSD: misc.c,v 1.6 2014/11/16 04:49:48 guenther Exp $ */
+/* $OpenBSD: misc.c,v 1.7 2015/10/24 18:16:40 mmcc Exp $ */
/* $NetBSD: misc.c,v 1.3 1995/04/22 10:37:03 cgd Exp $ */
/*
if (sp->file->sink)
flag = '~';
flag = *countryname[capship(sp)->nationality];
- return sp->file->FS ? flag : tolower(flag);
+ return sp->file->FS ? flag : tolower((unsigned char)flag);
}
void