~ubuntu-branches/ubuntu/wily/hfsprogs/wily

« back to all changes in this revision

Viewing changes to debian/patches/20-apple_specific_files.patch

  • Committer: Bazaar Package Importer
  • Author(s): Rogério Brito
  • Date: 2010-01-31 07:01:54 UTC
  • mfrom: (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100131070154-tn5dfg5fjiejd6hn
Tags: 332.25-8
* Use a FTBFS bug revealed by the kfreebsd-* ports.
  This was reported by Cyril Brulebois, and patched by: Petr Salinger.
  Closes: #566916
* Remove b-dep on kfreebsd-kernel-headers, as it is build-essential.

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
+}PACKED_S;
234
234
+
235
235
+
236
 
+#ifdef __APPLE_API_PRIVATE
 
236
+#if 1
237
237
+/*
238
238
+ * Mac OS X has a special directory for linked and unlinked files (HFS Plus only).
239
239
+ * This directory and its contents are never exported from the filesystem under
944
944
+#endif /* ! _HFS_MOUNT_H_ */
945
945
--- /dev/null
946
946
+++ b/include/sys/appleapiopts.h
947
 
@@ -0,0 +1,56 @@
 
947
@@ -0,0 +1,52 @@
948
948
+/*
949
949
+ * Copyright (c) 2002 Apple Computer, Inc. All rights reserved.
950
950
+ *
989
989
+#define __APPLE_API_UNSTABLE
990
990
+#endif /* __APPLE_API_UNSTABLE */
991
991
+
992
 
+#ifndef __APPLE_API_PRIVATE
993
 
+#define __APPLE_API_PRIVATE
994
 
+#endif /* __APPLE_API_PRIVATE */
995
 
+
996
992
+#ifndef __APPLE_API_OBSOLETE
997
993
+#define __APPLE_API_OBSOLETE
998
994
+#endif /* __APPLE_API_OBSOLETE */