source:
scripts/patches/portmap-5beta-glibc_errno_fix-1.patch@
ed3a13d4
Last change on this file since ed3a13d4 was 7f65c0e, checked in by , 19 years ago | |
---|---|
|
|
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 129 129 static void callit(); 130 130 struct pmaplist *pmaplist; 131 131 int debugging = 0; 132 extern int errno; 132 #include <errno.h> 133 /* extern int errno; */ 133 134 134 135 #include "pmap_check.h" 135 136
Note:
See TracBrowser
for help on using the repository browser.