Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / xbeeb / patches / patch-ag
blob647dd29d0780cc54342c3e8fa67b8fa7c4494621
1 $NetBSD$
3 Fix build under gcc 4.1.2, which catches an extern Vs static inconsistency.
5 --- src/VideoUla.h.orig 2002-01-16 04:46:43.000000000 +1300
6 +++ src/VideoUla.h      2006-09-22 01:06:05.000000000 +1200
7 @@ -88,6 +88,5 @@
8  extern unsigned char           CursorByteWidth;
9  extern unsigned char           MasterCursorWidth;
10  extern unsigned char           ClockRate;
11 -extern byteval                         VidRegister0;
13  #endif /* VIDEOULA_H */