]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-missing-comerr-header-includes-20081130
authorDerrick Brashear <shadow@dementia.org>
Sun, 30 Nov 2008 20:25:00 +0000 (20:25 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sun, 30 Nov 2008 20:25:00 +0000 (20:25 +0000)
LICENSE IPL10
FIXES 123676

include com_err header in places where it's not so afs_error_message et al
exist

(cherry picked from commit 8166bd1d199f5a34225a49173b17e4682b5c3a84)

src/JAVA/libjafs/File.c
src/WINNT/afsd/fs.c
src/WINNT/afsd/symlink.c
src/ptserver/pt_util.c
src/tsm41/aix_aklog.c
src/venus/fs.c
src/venus/livesys.c
src/venus/twiddle.c
src/venus/whatfid.c

index a2eb8ae483c31c3bc01f2866670ce1c43a9813dc..734b6db4ef01c382f71524fd0f59c86d4f99c032 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include <afs/param.h>
+#include <afs/com_err.h>
 #include <errno.h>
 
 #include "Internal.h"
index 9b48068aa5f5b4bc49d89589a4b92844c4e5b400..c6837beea19dd9045f8122f88c202fae9b1adf57 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <afs/param.h>
 #include <afs/stds.h>
+#include <afs/com_err.h>
 
 #include <windows.h>
 #include <stdlib.h>
index ed8abb63890bbe6f5cb751289c0b9f8c949fbc80..6d2d6dec259ae87f1f389fbc0654eacd317fed5d 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <afs/param.h>
 #include <afs/stds.h>
+#include <afs/com_err.h>
 
 #include <windows.h>
 #include <stdlib.h>
index 36bfa8989924318658443786d994701b206bca69..f74b6a95fcde61ee6dc5bdb00a24889db1215f51 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <afsconfig.h>
 #include <afs/param.h>
+#include <afs/com_err.h>
 
 RCSID
     ("$Header$");
index a37e88703460e364f7a9822e5c9ab35f4f70c801..ffad8550f355cacba063ac127db9f607e2d82f11 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <afsconfig.h>
 #include <afs/param.h>
+#include <afs/com_err.h>
 
 RCSID
     ("$Header$");
index b16ca1cc37c9ee9f77a6a8ea0a2fcad7651d9c3a..a333ba20d488e00bd5235ef0a3521ba82b757d3b 100644 (file)
@@ -46,6 +46,7 @@ RCSID
 #include <afs/vlserver.h>
 #include <afs/cmd.h>
 #include <afs/afsutil.h>
+#include <afs/com_err.h>
 #include <stdlib.h>
 #include <assert.h>
 #include <afs/ptclient.h>
index d7202a11ece77241143e4b14a906c47d44e1634d..cde3204bc5b54e7ee58b29ae6fb9606a669c09ab 100644 (file)
@@ -24,6 +24,7 @@ RCSID
 #include <sys/stat.h>
 #include <string.h>
 #include <afs/stds.h>
+#include <afs/com_err.h>
 #include <afs/vice.h>
 #include <afs/venus.h>
 #include <afs/com_err.h>
index bf509d013c18feac535e7590cfb45096cc2a50a7..bbcce21920c127d05944e7fc6ff47c0c9eda8dff 100644 (file)
@@ -22,6 +22,7 @@ RCSID
 #include <netinet/in.h>
 #include <sys/stat.h>
 #include <afs/stds.h>
+#include <afs/com_err.h>
 #include <afs/vice.h>
 #include <afs/venus.h>
 #ifdef AFS_AIX32_ENV
index c076c0277c5b4db8976455bba8af3ff1889a72d5..4b8462c61423ade956433a2dbc10465fe8573c3f 100644 (file)
@@ -26,6 +26,7 @@ RCSID
 #include <netdb.h>
 #include <netinet/in.h>
 #include <afs/stds.h>
+#include <afs/com_err.h>
 #include <afs/vice.h>
 #include <afs/venus.h>
 #include "afs/prs_fs.h"