source: patches/tcp_wrappers-7.6-gcc34-1.patch@ 12ba0a4

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 12ba0a4 was 617118d, checked in by Jim Gifford <clfs@…>, 19 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 741 bytes
RevLine 
[617118d]1Submitted By: Jeremy Utley (jeremy@linuxfromscratch.org)
2Date: 2004-04-10
3Initial Package Version: 7.6
4Upstream Status: Not Submitted
5Origin: Self-created, with assistance from Zack Winkles
6Description: Fixes compile problem with GCC 3.4 Prerelease - apply on
7 top of current shared-lib-plus-plus patch
8
9$LastChangedBy: bdubbs $
10$Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
11
12diff -aur tcp_wrappers_7.6/scaffold.c tcp_wrappers_7.6-new/scaffold.c
13--- tcp_wrappers_7.6/scaffold.c 1997-03-21 10:27:24.000000000 -0800
14+++ tcp_wrappers_7.6-new/scaffold.c 2004-04-10 14:11:01.653193120 -0700
15@@ -25,7 +25,6 @@
16 #define INADDR_NONE (-1) /* XXX should be 0xffffffff */
17 #endif
18
19-extern char *malloc();
20
21 /* Application-specific. */
Note: See TracBrowser for help on using the repository browser.