mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
19 lines
358 B
Plaintext
19 lines
358 B
Plaintext
$NetBSD: patch-ad,v 1.1 2006/01/10 19:31:52 joerg Exp $
|
|
|
|
--- main.c.orig 2006-01-10 19:11:41.000000000 +0000
|
|
+++ main.c
|
|
@@ -1,3 +1,4 @@
|
|
+#include <errno.h>
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
@@ -14,8 +15,6 @@
|
|
#include "Resume.h"
|
|
#include "main.h"
|
|
|
|
-extern int errno;
|
|
-
|
|
int main(int argc, char **argv)
|
|
{
|
|
extern char *optarg;
|