View | Details | Raw Unified | Return to bug 197190
Collapse All | Expand All

(-)xorg-server-1.1.99.902.orig/hw/xfree86/int10/xf86int10module.c (+4 lines)
Lines 12-17 Link Here
12
#include "xf86Pci.h"
12
#include "xf86Pci.h"
13
#include "xf86int10.h"
13
#include "xf86int10.h"
14
14
15
#ifdef XFree86LOADER
16
15
#ifndef MOD_NAME
17
#ifndef MOD_NAME
16
# define MOD_NAME int10
18
# define MOD_NAME int10
17
#endif
19
#endif
Lines 62-64 NAME(Setup)(pointer module, pointer opts Link Here
62
     */
64
     */
63
    return (pointer)1;
65
    return (pointer)1;
64
}
66
}
67
68
#endif

Return to bug 197190