summaryrefslogtreecommitdiff
path: root/debian/patches/pflocal.patch
diff options
context:
space:
mode:
authorMichael Banck <mbanck@debian.org>2007-11-19 14:57:24 +0000
committerMichael Banck <mbanck@debian.org>2007-11-19 14:57:24 +0000
commit01801d97a7d7cfb167c1fa7f385cc16a7fa19bf2 (patch)
tree44b7255723829371e67f68fac7be9494d2c8d685 /debian/patches/pflocal.patch
parentbe365fae41bd1ea79e5594d4dbc5a98ee8a3fe10 (diff)
+ debian/patches/glibc_stat_updates.patch: Removed, applied upstream.
+ debian/patches/libpthread_no-inline.patch: Likewise. + debian/patches/pfinet_-fno-strict-aliasing.patch: Likewise. + debian/patches/servers.boot-update.patch: Likewise. + debian/patches/siocgifhwaddr.patch: Likewise. + debian/patches/pfinet_dhcp.patch: Rediffed. + debian/patches/pflocal.patch: Likewise.
Diffstat (limited to 'debian/patches/pflocal.patch')
-rw-r--r--debian/patches/pflocal.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/debian/patches/pflocal.patch b/debian/patches/pflocal.patch
index 3b8d2ac5..9d3a8db7 100644
--- a/debian/patches/pflocal.patch
+++ b/debian/patches/pflocal.patch
@@ -41,14 +41,6 @@ retrieving revision 1.15
diff -u -p -r1.15 connq.c
--- pflocal/connq.c 22 Dec 2001 21:00:37 -0000 1.15
+++ pflocal/connq.c 17 May 2005 09:25:47 -0000
-@@ -1,6 +1,6 @@
- /* Listen queue functions
-
-- Copyright (C) 1995,96,2001 Free Software Foundation, Inc.
-+ Copyright (C) 1995,96,2001, 2005 Free Software Foundation, Inc.
-
- Written by Miles Bader <miles@gnu.org>
-
@@ -26,31 +26,22 @@
/* A queue for queueing incoming connections. */
struct connq
@@ -497,14 +489,6 @@ retrieving revision 1.6
diff -u -p -r1.6 connq.h
--- pflocal/connq.h 12 Feb 2001 17:24:36 -0000 1.6
+++ pflocal/connq.h 17 May 2005 09:25:47 -0000
-@@ -1,6 +1,6 @@
- /* Connection queues
-
-- Copyright (C) 1995 Free Software Foundation, Inc.
-+ Copyright (C) 1995, 2005 Free Software Foundation, Inc.
-
- Written by Miles Bader <miles@gnu.ai.mit.edu>
-
@@ -23,9 +23,8 @@
#include <errno.h>
@@ -568,14 +552,6 @@ retrieving revision 1.39
diff -u -p -r1.39 io.c
--- pflocal/io.c 11 Jun 2002 21:40:34 -0000 1.39
+++ pflocal/io.c 17 May 2005 09:25:48 -0000
-@@ -1,6 +1,6 @@
- /* Socket I/O operations
-
-- Copyright (C) 1995,96,98,99,2000,02 Free Software Foundation, Inc.
-+ Copyright (C) 1995,96,98,99,2000,02, 2005 Free Software Foundation, Inc.
- Written by Miles Bader <miles@gnu.org>
-
- This program is free software; you can redistribute it and/or
@@ -197,16 +197,16 @@ S_io_select (struct sock_user *user,
if (*select_type & SELECT_READ)
@@ -604,14 +580,6 @@ retrieving revision 1.22
diff -u -p -r1.22 socket.c
--- pflocal/socket.c 27 Jan 1996 17:37:55 -0000 1.22
+++ pflocal/socket.c 17 May 2005 09:25:48 -0000
-@@ -1,6 +1,6 @@
- /* Socket-specific operations
-
-- Copyright (C) 1995 Free Software Foundation, Inc.
-+ Copyright (C) 1995, 2005 Free Software Foundation, Inc.
-
- Written by Miles Bader <miles@gnu.ai.mit.edu>
-
@@ -110,7 +110,7 @@ S_socket_connect (struct sock_user *user
else if (sock->flags & SOCK_CONNECTED)
/* SOCK_CONNECTED is only set for connection-oriented sockets,