diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-08-12 03:26:13 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-08-12 03:26:13 +0000 |
commit | 76de1d45e7aa0ca7e9560784912433430712de25 (patch) | |
tree | a616bed23e6b2cc46af706f6fccd82fee584032a /net/balance/files | |
parent | 5ea7fbd812f151fb5528fdd8da800c000685aa2b (diff) | |
download | FreeBSD-ports-76de1d45e7aa0ca7e9560784912433430712de25.zip FreeBSD-ports-76de1d45e7aa0ca7e9560784912433430712de25.tar.gz |
Update to 2.28
PR: 29319
Submitted by: Dmitry A. Yanko <fm@astral.ntu-kpi.kiev.ua>
Reviewed by: maintainer
Diffstat (limited to 'net/balance/files')
-rw-r--r-- | net/balance/files/patch-aa | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/net/balance/files/patch-aa b/net/balance/files/patch-aa index bff83c0..b18a05f 100644 --- a/net/balance/files/patch-aa +++ b/net/balance/files/patch-aa @@ -1,30 +1,30 @@ ---- Makefile.orig Fri Dec 29 12:20:10 2000 -+++ Makefile Fri Dec 29 12:20:39 2000 +--- ../balance-2.28.orig/Makefile Mon Jul 30 03:20:11 2001 ++++ Makefile Mon Jul 30 03:21:16 2001 @@ -1,11 +1,11 @@ - # $Id: Makefile,v 1.6 2000/07/23 10:03:11 tommy Exp $ + # $Id: Makefile,v 1.12 2001/07/18 17:07:12 tommy Exp tommy $ -CFLAGS=-g -I. -+# CFLAGS=-g -I. ++#CFLAGS=-g -I. # uncomment for Solaris: # LIBRARIES=-lsocket -lnsl -CC=gcc -+# CC=gcc ++#CC=gcc + RELEASE=2.28 balance: balance.c - $(CC) $(CFLAGS) -o balance balance.c $(LIBRARIES) ---- balance.c.orig Fri Dec 29 12:14:00 2000 -+++ balance.c Fri Dec 29 12:14:21 2000 -@@ -19,6 +19,7 @@ - // 'channel 2 overload' problem fixed, thanks to Ed "KuroiNeko" +--- ../balance-2.28.orig/balance.c Mon Jul 30 03:20:11 2001 ++++ balance.c Mon Jul 30 03:22:23 2001 +@@ -26,6 +26,7 @@ + // thanks to Anthony Baxter // +#include <sys/types.h> #include <stdio.h> #include <strings.h> #include <ctype.h> -@@ -27,7 +28,7 @@ +@@ -34,7 +35,7 @@ #include <netinet/in.h> #include <arpa/inet.h> #include <signal.h> |