mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
* NFS * Portmap - braucht man für NFS Geändert: * IP_CONNTRACK-Patch erstellt damit die Verbindungsanzeige im Webinterface ohne Workaround funktioniert. (Noch nicht vollständig getestet!) * ./make.sh commit optimiert git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@118 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
18 lines
495 B
Diff
18 lines
495 B
Diff
Submitted By: Tushar Teredesai <tushar@linuxfromscratch.org>
|
|
Date: 2003-10-04
|
|
Initial Package Version: 5beta
|
|
Origin: None
|
|
Description: Fix compilation with recent glibc versions.
|
|
--- portmap_5beta/portmap.c 2003-03-10 12:32:26.000000000 -0600
|
|
+++ portmap_5beta/portmap.c.new 2003-03-10 12:38:01.000000000 -0600
|
|
@@ -129,7 +129,8 @@
|
|
static void callit();
|
|
struct pmaplist *pmaplist;
|
|
int debugging = 0;
|
|
-extern int errno;
|
|
+#include <errno.h>
|
|
+/* extern int errno; */
|
|
|
|
#include "pmap_check.h"
|
|
|