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

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since f013de9 was 7f65c0e, checked in by Jim Gifford <clfs@…>, 19 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
RevLine 
[617118d]1Submitted By: Tushar Teredesai <tushar@linuxfromscratch.org>
2Date: 2003-10-04
3Initial Package Version: 5beta
4Origin: None
5Description: Fix compilation with recent glibc versions.
6
7$LastChangedBy: bdubbs $
8$Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
9
10--- portmap_5beta/portmap.c 2003-03-10 12:32:26.000000000 -0600
11+++ portmap_5beta/portmap.c.new 2003-03-10 12:38:01.000000000 -0600
12@@ -129,7 +129,8 @@
13 static void callit();
14 struct pmaplist *pmaplist;
15 int debugging = 0;
16-extern int errno;
17+#include <errno.h>
18+/* extern int errno; */
19
20 #include "pmap_check.h"
21
Note: See TracBrowser for help on using the repository browser.