public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/lessfs/files: lessfs-implicit-declaration.patch
@ 2010-10-28 10:41 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2010-10-28 10:41 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/28 10:41:07

  Added:                lessfs-implicit-declaration.patch
  Log:
  Version bump. Remove old. Apply patch to fix QA problems wrt implicit function declarations
  
  (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-fs/lessfs/files/lessfs-implicit-declaration.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lessfs/files/lessfs-implicit-declaration.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lessfs/files/lessfs-implicit-declaration.patch?rev=1.1&content-type=text/plain

Index: lessfs-implicit-declaration.patch
===================================================================
Index: lessfs-1.1.9.10/file_io.c
===================================================================
--- lessfs-1.1.9.10.orig/file_io.c
+++ lessfs-1.1.9.10/file_io.c
@@ -86,6 +86,8 @@ extern unsigned int dbu_qcount;
 
 #define die_dataerr(f...) { LFATAL(f); exit(EXIT_DATAERR); }
 
+// missing declarations
+void write_trunc_todolist(struct truncate_thread_data *trunc_data);
 INUSE *file_get_inuse(unsigned char *stiger)
 {
     INUSE *inuse;
Index: lessfs-1.1.9.10/lessfs.c
===================================================================
--- lessfs-1.1.9.10.orig/lessfs.c
+++ lessfs-1.1.9.10/lessfs.c
@@ -84,6 +84,11 @@
 
 #include "commons.h"
 
+//missing declarations
+void invalidate_p2i(char *filename);
+int send_backlog();
+void restart_truncation();
+
 void segvExit()
 {
     LFATAL("Exit caused by segfault!, exitting\n");






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-28 10:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-28 10:41 [gentoo-commits] gentoo-x86 commit in sys-fs/lessfs/files: lessfs-implicit-declaration.patch Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox