The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] cure compiler warning in acct.h
@ 2002-11-28 22:13 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2002-11-28 22:13 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Don't ask me why, but since 2.5.50 we need this forward-declaration

--- 1.2/include/linux/acct.h	Tue Feb  5 16:23:04 2002
+++ edited/include/linux/acct.h	Thu Nov 28 14:23:25 2002
@@ -75,6 +75,8 @@
 
 #include <linux/config.h>
 
+struct super_block;
+
 #ifdef CONFIG_BSD_PROCESS_ACCT
 extern void acct_auto_close(struct super_block *sb);
 extern int acct_process(long exitcode);

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

only message in thread, other threads:[~2002-11-28 14:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-28 22:13 [PATCH] cure compiler warning in acct.h Christoph Hellwig

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