From 06691758e8c56599c802bb7be6003fbf735d906e Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 6 Jan 2008 13:42:47 +0000 Subject: [PATCH] Assume declares errno. --- ChangeLog | 4 ++++ lib/port.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index db8888b8..0c92e18d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-06 Nicolas François + + * lib/port.c: Assume declares errno. + 2008-01-06 Nicolas François * man/po/fr.po: Fix typo: s/rend compte indiqué/rend le compte diff --git a/lib/port.c b/lib/port.c index 68939bb1..ed4a2373 100644 --- a/lib/port.c +++ b/lib/port.c @@ -37,7 +37,6 @@ #include "defines.h" #include "prototypes.h" #include "port.h" -extern int errno; static FILE *ports;