Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 80098 | Differences between
and this patch

Collapse All | Expand All

(-)config/lxdialog/textbox.c-orig (+4 lines)
Lines 19-24 Link Here
19
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
 */
20
 */
21
21
22
#ifdef __linux__
23
#define _FILE_OFFSET_BITS 64
24
#define _LARGE_FILES
25
#endif
22
#include "dialog.h"
26
#include "dialog.h"
23
27
24
static void back_lines (int n);
28
static void back_lines (int n);
(-)src/drivers/pci.c-orig (+4 lines)
Lines 17-22 Link Here
17
 *   
17
 *   
18
 */
18
 */
19
19
20
#ifdef __linux__
21
#define _FILE_OFFSET_BITS 64
22
#define _LARGE_FILES
23
#endif
20
#include "mol_config.h"
24
#include "mol_config.h"
21
25
22
/* #define VERBOSE */
26
/* #define VERBOSE */
(-)src/drivers/osi_sound.c-orig (+4 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
17
#define ALSA_PCM_NEW_HW_PARAMS_API
21
#define ALSA_PCM_NEW_HW_PARAMS_API
18
/* #define ALSA_PCM_NEW_SW_PARAMS_API */
22
/* #define ALSA_PCM_NEW_SW_PARAMS_API */
19
23
(-)src/drivers/oldworld/scsi_main.c-orig (+4 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
17
#include "mol_config.h"
21
#include "mol_config.h"
18
22
19
#include "booter.h"
23
#include "booter.h"
(-)src/drivers/oldworld/include/scsi_main.h-orig (+5 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
21
17
#ifndef _H_SCSI_MAIN
22
#ifndef _H_SCSI_MAIN
18
#define _H_SCSI_MAIN
23
#define _H_SCSI_MAIN
19
24
(-)src/drivers/oldworld/scsi-unit.c-orig (+5 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
21
17
#include "mol_config.h"
22
#include "mol_config.h"
18
23
19
/* #define VERBOSE  */
24
/* #define VERBOSE  */
(-)src/drivers/oldworld/swim3.c-orig (+5 lines)
Lines 20-25 Link Here
20
 *   
20
 *   
21
 */
21
 */
22
22
23
#ifdef __linux__
24
#define _FILE_OFFSET_BITS 64
25
#define _LARGE_FILES
26
#endif
27
23
#include "mol_config.h"
28
#include "mol_config.h"
24
#include <pthread.h>
29
#include <pthread.h>
25
  
30
  
(-)src/drivers/nvram.c-orig (+5 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
21
17
#include "mol_config.h"
22
#include "mol_config.h"
18
23
19
#include <sys/param.h>
24
#include <sys/param.h>
(-)src/drivers/include/swim_hw.h-orig (+5 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
21
17
#ifndef _H_SWIM_HW
22
#ifndef _H_SWIM_HW
18
#define _H_SWIM_HW
23
#define _H_SWIM_HW
19
24
(-)src/drivers/osi_driver.c-orig (+5 lines)
Lines 15-20 Link Here
15
 *   
15
 *   
16
 */
16
 */
17
17
18
#ifdef __linux__
19
#define _FILE_OFFSET_BITS 64
20
#define _LARGE_FILES
21
#endif
22
18
#include "mol_config.h"
23
#include "mol_config.h"
19
#include "promif.h"
24
#include "promif.h"
20
#include "booter.h"
25
#include "booter.h"
(-)src/drivers/disk/ablk.c-orig (+5 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
21
17
#include "mol_config.h"
22
#include "mol_config.h"
18
#include <sys/uio.h>
23
#include <sys/uio.h>
19
#include <sys/resource.h>
24
#include <sys/resource.h>
(-)src/drivers/disk/disk_open.c-orig (+5 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
21
17
#include "mol_config.h"
22
#include "mol_config.h"
18
23
19
#include <sys/ioctl.h>
24
#include <sys/ioctl.h>
(-)src/drivers/disk/blkdev.c-orig (+5 lines)
Lines 15-20 Link Here
15
 *   
15
 *   
16
 */
16
 */
17
17
18
#ifdef __linux__
19
#define _FILE_OFFSET_BITS 64
20
#define _LARGE_FILES
21
#endif
22
18
#include "mol_config.h"
23
#include "mol_config.h"
19
24
20
#include <sys/time.h>
25
#include <sys/time.h>
(-)src/drivers/disk/ablk-cd.c-orig (+5 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
21
17
#include "mol_config.h"
22
#include "mol_config.h"
18
#include <sys/uio.h>
23
#include <sys/uio.h>
19
#include <sys/ioctl.h>
24
#include <sys/ioctl.h>
(-)src/drivers/disk/pseudofs.c-orig (+5 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
21
17
#include "mol_config.h"
22
#include "mol_config.h"
18
#include <sys/stat.h>
23
#include <sys/stat.h>
19
#include "pseudofs.h"
24
#include "pseudofs.h"
(-)src/cpu/mpc107/init.c-orig (+5 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
21
17
#include "mol_config.h"
22
#include "mol_config.h"
18
#include <sys/mman.h>
23
#include <sys/mman.h>
19
#include <sys/file.h>
24
#include <sys/file.h>
(-)src/booter/elf.c-orig (+5 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
21
17
#include "mol_config.h"
22
#include "mol_config.h"
18
#include <sys/param.h>
23
#include <sys/param.h>
19
#include "booter.h"
24
#include "booter.h"
(-)src/main/promif.c-orig (+5 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
21
17
#include "mol_config.h"
22
#include "mol_config.h"
18
#include <sys/param.h>
23
#include <sys/param.h>
19
#include <stdarg.h>
24
#include <stdarg.h>
(-)src/main/memory.c-orig (+5 lines)
Lines 13-18 Link Here
13
 *   as published by the Free Software Foundation
13
 *   as published by the Free Software Foundation
14
 */
14
 */
15
15
16
#ifdef __linux__
17
#define _FILE_OFFSET_BITS 64
18
#define _LARGE_FILES
19
#endif
20
16
#include "mol_config.h"
21
#include "mol_config.h"
17
#include <sys/mman.h>
22
#include <sys/mman.h>
18
#include "debugger.h"
23
#include "debugger.h"
(-)src/main/session.c-orig (+5 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
21
17
#include "mol_config.h"
22
#include "mol_config.h"
18
#include "session.h"
23
#include "session.h"
19
#include "verbose.h"
24
#include "verbose.h"
(-)src/include/llseek.h-orig (+5 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
21
17
#ifndef _H_LONG_LSEEK
22
#ifndef _H_LONG_LSEEK
18
#define _H_LONG_LSEEK
23
#define _H_LONG_LSEEK
19
24
(-)src/netdriver/tun.c-orig (+5 lines)
Lines 20-25 Link Here
20
 *    Modifications for 2.3.99-pre5 kernel.
20
 *    Modifications for 2.3.99-pre5 kernel.
21
 */
21
 */
22
22
23
#ifdef __linux__
24
#define _FILE_OFFSET_BITS 64
25
#define _LARGE_FILES
26
#endif
27
23
#define TUN_VER "1.5"
28
#define TUN_VER "1.5"
24
29
25
#include <linux/config.h>
30
#include <linux/config.h>
(-)src/lib/llseek.c-orig (+5 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
21
17
#include "mol_config.h"
22
#include "mol_config.h"
18
#include <sys/ioctl.h>
23
#include <sys/ioctl.h>
19
#include <sys/file.h>
24
#include <sys/file.h>
(-)src/lib/elfload.c-orig (+5 lines)
Lines 29-34 Link Here
29
   (at your option) any later version.
29
   (at your option) any later version.
30
*/
30
*/
31
31
32
#ifdef __linux__
33
#define _FILE_OFFSET_BITS 64
34
#define _LARGE_FILES
35
#endif
36
32
#include "mol_config.h"
37
#include "mol_config.h"
33
#include "elfload.h"
38
#include "elfload.h"
34
#include "byteorder.h"
39
#include "byteorder.h"
(-)util/dv/dumpvars.c-orig (+5 lines)
Lines 14-19 Link Here
14
 *   
14
 *   
15
 */
15
 */
16
16
17
#ifdef __linux__
18
#define _FILE_OFFSET_BITS 64
19
#define _LARGE_FILES
20
#endif
21
17
#define DUMPVARS
22
#define DUMPVARS
18
#include "mol_config.h"
23
#include "mol_config.h"
19
#include <stddef.h>
24
#include <stddef.h>
(-)util/nvs/nvs.c-orig (+5 lines)
Lines 1-5 Link Here
1
/* Modified version of nvsetenv */
1
/* Modified version of nvsetenv */
2
2
3
#ifdef __linux__
4
#define _FILE_OFFSET_BITS 64
5
#define _LARGE_FILES
6
#endif
7
3
#include "mol_config.h"
8
#include "mol_config.h"
4
#include <stdio.h>
9
#include <stdio.h>
5
#include <fcntl.h>
10
#include <fcntl.h>

Return to bug 80098