mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
Hinzugefügt:
* 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
This commit is contained in:
17
src/patches/portmap-5beta-glibc_errno_fix-1.patch
Normal file
17
src/patches/portmap-5beta-glibc_errno_fix-1.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user