1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/xbill/files/patch-ad

12 lines
397 B
Plaintext
Raw Normal View History

--- Library.cc.orig Thu Jan 23 08:22:50 1997
+++ Library.cc Wed Feb 12 00:51:28 1997
@@ -3,7 +3,7 @@
void Library::load_pix() {
int i;
char *name[] = {"wingdows", "apple", "next", "sgi", "sun", "os2",
- "bsd", "linux", "redhat", "hurd"};
+ "bsd", "linux", "bsd", "hurd"};
for (i=0; i <= NUM_OS; i++) {
os[i].load(name[i]);
if (i) cursor[i].load(name[i], cursor[i].OWN_MASK);