mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 21:41:27 -04:00
19 lines
540 B
Plaintext
19 lines
540 B
Plaintext
$NetBSD: patch-aj,v 1.5 2011/09/25 19:41:11 joerg Exp $
|
|
|
|
--- common/mcap.c.orig 1997-02-21 23:05:16.000000000 +0000
|
|
+++ common/mcap.c
|
|
@@ -44,10 +44,13 @@ static char copyright[] =
|
|
#include "osdep.h"
|
|
#include "cdefs.h"
|
|
#include "global.h"
|
|
+#include <ctype.h>
|
|
#include <stdio.h>
|
|
#include "mcap.h"
|
|
|
|
static void enter_modemcap PROTO ((char *));
|
|
+#include <stdlib.h>
|
|
+
|
|
static void parse_mcstring PROTO ((char *, struct modemcap *));
|
|
static void read_mcap PROTO ((void));
|
|
static void parse_modemcap PROTO ((char *, struct modemcap *));
|