]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Assume <errno.h> declares errno.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 6 Jan 2008 13:42:47 +0000 (13:42 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 6 Jan 2008 13:42:47 +0000 (13:42 +0000)
ChangeLog
lib/port.c

index db8888b858df98f243695dd7d1157c347fd8224d..0c92e18d188bc7e602dd721cc44524b6e92e3dfa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * lib/port.c: Assume <errno.h> declares errno.
+
 2008-01-06  Nicolas François  <nicolas.francois@centraliens.net>
 
        * man/po/fr.po: Fix typo: s/rend compte indiqué/rend le compte
index 68939bb18d687c241164e596a1263d44308c9672..ed4a2373c551a974d8d9de2bc94525db5e045ddc 100644 (file)
@@ -37,7 +37,6 @@
 #include "defines.h"
 #include "prototypes.h"
 #include "port.h"
-extern int errno;
 
 static FILE *ports;