source: scripts/patches/tcp_wrappers-7.6-gcc34-1.patch @ 3a26e5e

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 3a26e5e was 7f65c0e, checked in by Jim Gifford <clfs@…>, 18 years ago

r625@server (orig r623): jim | 2005-10-31 12:43:24 -0800
Final Move

  • 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.