mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
$NetBSD: patch-aa,v 1.1 2005/02/16 22:09:01 wiz Exp $
|
|
|
|
--- gkermit.c.orig 1999-12-27 03:11:19.000000000 +0100
|
|
+++ gkermit.c
|
|
@@ -55,6 +55,7 @@ char *build = "stty";
|
|
#endif /* POSIX */
|
|
|
|
#define _GKERMIT_C
|
|
+#include <errno.h>
|
|
#include <stdio.h>
|
|
#include "gkermit.h"
|
|
|