From 2f7e864e8af0cf66afe35a4b4b1c8b4e1b0e6611 Mon Sep 17 00:00:00 2001 From: didg Date: Fri, 16 May 2008 04:19:41 +0000 Subject: [PATCH 1/1] Compilation fix for Fedora 9 from HAT --- etc/afpd/afp_options.c | 2 +- etc/afpd/auth.c | 2 +- etc/afpd/globals.h | 2 +- etc/afpd/quota.c | 2 +- etc/afpd/uam.c | 2 +- etc/afpd/volume.c | 2 +- libatalk/unicode/charsets/mac_chinese_simp.c | 1 + libatalk/unicode/charsets/mac_chinese_trad.c | 1 + libatalk/unicode/charsets/mac_japanese.c | 1 + libatalk/unicode/charsets/mac_korean.c | 1 + 10 files changed, 10 insertions(+), 6 deletions(-) diff --git a/etc/afpd/afp_options.c b/etc/afpd/afp_options.c index c275544a..d119e6b1 100644 --- a/etc/afpd/afp_options.c +++ b/etc/afpd/afp_options.c @@ -1,5 +1,5 @@ /* - * $Id: afp_options.c,v 1.36 2007-12-03 14:50:38 didg Exp $ + * $Id: afp_options.c,v 1.37 2008-05-16 04:19:41 didg Exp $ * * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu) * Copyright (c) 1990,1993 Regents of The University of Michigan. diff --git a/etc/afpd/auth.c b/etc/afpd/auth.c index a0b05b48..0ac50ece 100644 --- a/etc/afpd/auth.c +++ b/etc/afpd/auth.c @@ -1,5 +1,5 @@ /* - * $Id: auth.c,v 1.51 2007-12-03 14:50:38 didg Exp $ + * $Id: auth.c,v 1.52 2008-05-16 04:19:41 didg Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. diff --git a/etc/afpd/globals.h b/etc/afpd/globals.h index e1c3bf41..f1e0c9e9 100644 --- a/etc/afpd/globals.h +++ b/etc/afpd/globals.h @@ -1,5 +1,5 @@ /* - * $Id: globals.h,v 1.22 2007-12-03 14:50:38 didg Exp $ + * $Id: globals.h,v 1.23 2008-05-16 04:19:41 didg Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. diff --git a/etc/afpd/quota.c b/etc/afpd/quota.c index e5051671..39ad23cf 100644 --- a/etc/afpd/quota.c +++ b/etc/afpd/quota.c @@ -1,5 +1,5 @@ /* - * $Id: quota.c,v 1.29 2007-12-03 14:50:39 didg Exp $ + * $Id: quota.c,v 1.30 2008-05-16 04:19:41 didg Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. diff --git a/etc/afpd/uam.c b/etc/afpd/uam.c index cdf8526a..b5160cae 100644 --- a/etc/afpd/uam.c +++ b/etc/afpd/uam.c @@ -1,5 +1,5 @@ /* - * $Id: uam.c,v 1.26 2007-12-03 14:50:39 didg Exp $ + * $Id: uam.c,v 1.27 2008-05-16 04:19:42 didg Exp $ * * Copyright (c) 1999 Adrian Sun (asun@zoology.washington.edu) * All Rights Reserved. See COPYRIGHT. diff --git a/etc/afpd/volume.c b/etc/afpd/volume.c index 5c9babc4..7d3809f4 100644 --- a/etc/afpd/volume.c +++ b/etc/afpd/volume.c @@ -1,5 +1,5 @@ /* - * $Id: volume.c,v 1.69 2007-12-03 14:50:39 didg Exp $ + * $Id: volume.c,v 1.70 2008-05-16 04:19:42 didg Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. diff --git a/libatalk/unicode/charsets/mac_chinese_simp.c b/libatalk/unicode/charsets/mac_chinese_simp.c index 30f153f9..f0ad4640 100644 --- a/libatalk/unicode/charsets/mac_chinese_simp.c +++ b/libatalk/unicode/charsets/mac_chinese_simp.c @@ -23,6 +23,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ +#include #if HAVE_USABLE_ICONV diff --git a/libatalk/unicode/charsets/mac_chinese_trad.c b/libatalk/unicode/charsets/mac_chinese_trad.c index f134ce8b..7412beec 100644 --- a/libatalk/unicode/charsets/mac_chinese_trad.c +++ b/libatalk/unicode/charsets/mac_chinese_trad.c @@ -23,6 +23,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ +#include #if HAVE_USABLE_ICONV diff --git a/libatalk/unicode/charsets/mac_japanese.c b/libatalk/unicode/charsets/mac_japanese.c index 6fe924f9..b78ce014 100644 --- a/libatalk/unicode/charsets/mac_japanese.c +++ b/libatalk/unicode/charsets/mac_japanese.c @@ -23,6 +23,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ +#include #if HAVE_USABLE_ICONV diff --git a/libatalk/unicode/charsets/mac_korean.c b/libatalk/unicode/charsets/mac_korean.c index c0755cb9..a16f4a03 100644 --- a/libatalk/unicode/charsets/mac_korean.c +++ b/libatalk/unicode/charsets/mac_korean.c @@ -23,6 +23,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ +#include #if HAVE_USABLE_ICONV -- 2.39.2