--- zzzz-none-000/linux-2.4.17/fs/ntfs/sysctl.h 2001-07-16 22:14:10.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/fs/ntfs/sysctl.h 2004-11-24 13:22:16.000000000 +0000 @@ -1,17 +1,17 @@ -/* - * sysctl.h - Header file for sysctl.c - * - * Copyright (C) 1997 Martin von Löwis - * Copyright (C) 1997 Régis Duchesne - */ - -#ifdef DEBUG - extern int ntdebug; - - void ntfs_sysctl(int add); - - #define SYSCTL(x) ntfs_sysctl(x) -#else - #define SYSCTL(x) -#endif /* DEBUG */ - +/* + * sysctl.h - Header file for sysctl.c + * + * Copyright (C) 1997 Martin von Löwis + * Copyright (C) 1997 Régis Duchesne + */ + +#ifdef DEBUG + extern int ntdebug; + + void ntfs_sysctl(int add); + + #define SYSCTL(x) ntfs_sysctl(x) +#else + #define SYSCTL(x) +#endif /* DEBUG */ +