source: patches/portmap-5beta-glibc_errno_fix-1.patch @ 617118d

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

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

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