lkml.org 
[lkml]   [1999]   [Jan]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch] "ntfs_s16 undeclared", missing includefiles
Hi,

The following patch fixes the new ntfs-driver, it missed two include-files
so that line 422 of inode.c lead to an unknown ntfs_s16 type. The patch
fixes this by including the appropriate header-files.

Greetings,
Arjan van de Ven


--- linux/fs/ntfs/inode.c.org Sun Jan 3 11:10:54 1999
+++ linux/fs/ntfs/inode.c Sun Jan 3 11:11:04 1999
@@ -18,6 +18,8 @@
#include "dir.h"
#include "support.h"
#include "util.h"
+#include "ntfstypes.h"
+#include "ntfsendian.h"

typedef struct {
int recno;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.038 / U:0.540 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site