patch-2.4.4 linux/fs/ntfs/sysctl.h

Next file: linux/fs/ntfs/util.c
Previous file: linux/fs/ntfs/support.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/fs/ntfs/sysctl.h linux/fs/ntfs/sysctl.h
@@ -1,28 +1,17 @@
-/*
- *  sysctl.h
- *  Header file for sysctl.c
+/*  sysctl.h - Header file for sysctl.c
  *
  *  Copyright (C) 1997 Martin von Löwis
  *  Copyright (C) 1997 Régis Duchesne
  *
  */
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #ifdef DEBUG
-extern int ntdebug;
+	extern int ntdebug;
 
-void ntfs_sysctl(int add);
+	void ntfs_sysctl(int add);
 
-#define SYSCTL(x)	ntfs_sysctl(x)
+	#define SYSCTL(x)	ntfs_sysctl(x)
 #else
-#define SYSCTL(x)
+	#define SYSCTL(x)
 #endif /* DEBUG */
 
-/*
- * Local variables:
- * c-file-style: "linux"
- * End:
- */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)