Apply patch: ncpfs-hg-commit-428.patch

This commit is contained in:
Mario Fetka
2026-04-28 20:56:03 +02:00
parent 973fa07c99
commit 78bb78fa4e
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
changeset: 428:cccdaf2ce097
user: Petr Vandrovec <petr@vandrovec.name>
date: Sun Jun 05 14:35:46 2005 +0000
files: ipx-1.0/Samples/samples.h
description:
Include <stdlib.h> into samples, to get rid of warning about exit() not
having a prototype.
diff -r 225fa587c2d8 -r cccdaf2ce097 ipx-1.0/Samples/samples.h
--- a/ipx-1.0/Samples/samples.h Sun Jun 05 14:35:13 2005 +0000
+++ b/ipx-1.0/Samples/samples.h Sun Jun 05 14:35:46 2005 +0000
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
#include <ncp/kernel/ipx.h>
#include <netinet/in.h>

View File

@@ -1,4 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <ncp/kernel/ipx.h>
#include <netinet/in.h>