source: scripts/patches/portmap-5beta-glibc_errno_fix-1.patch @ c0cf39e

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since c0cf39e 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: 576 bytes
  • portmap_5beta/portmap.c

    Submitted By: Tushar Teredesai <tushar@linuxfromscratch.org>
    Date: 2003-10-04
    Initial Package Version: 5beta
    Origin: None
    Description: Fix compilation with recent glibc versions.
    
    $LastChangedBy: bdubbs $
    $Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
    
    old new  
    129129static void callit();
    130130struct pmaplist *pmaplist;
    131131int debugging = 0;
    132 extern int errno;
     132#include <errno.h>
     133/* extern int errno; */
    133134
    134135#include "pmap_check.h"
    135136
Note: See TracBrowser for help on using the repository browser.