1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

include err.h for err() calls added with recent pledge commits.

This commit is contained in:
jsg 2015-10-23 02:01:15 +00:00
parent 656a944098
commit b2fea133cf
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: bcd.c,v 1.21 2015/10/14 08:12:12 doug Exp $ */
/* $OpenBSD: bcd.c,v 1.22 2015/10/23 02:01:15 jsg Exp $ */
/* $NetBSD: bcd.c,v 1.6 1995/04/24 12:22:23 cgd Exp $ */
/*
@ -69,6 +69,7 @@
#include <string.h>
#include <ctype.h>
#include <unistd.h>
#include <err.h>
u_short holes[256] = {
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,

View File

@ -1,4 +1,4 @@
/* $OpenBSD: morse.c,v 1.16 2015/10/14 08:12:12 doug Exp $ */
/* $OpenBSD: morse.c,v 1.17 2015/10/23 02:01:15 jsg Exp $ */
/*
* Copyright (c) 1988, 1993
@ -34,6 +34,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <err.h>
static char
*digit[] = {