ftp://ftp.jp.xemacs.org/pub/NetBSD/packages/distfiles/xscreensaver-4.15.tar.gz
[xscreensaver] / hacks / galaxy.c
index 08d870bb6e2a3b312dc748041ecab880465aa73e..b9b2db0d6b83cd8cd4d4bc932689688f72c017b1 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- Mode: C; tab-width: 4 -*- */
 /* galaxy --- spinning galaxies */
 /* #include<math.h>*/
-#if !defined( lint ) && !defined( SABER )
+#if 0
 static const char sccsid[] = "@(#)galaxy.c 4.04 97/07/28 xlockmore";
 #endif
 
@@ -67,7 +67,7 @@ static XrmOptionDescRec opts[] =
 
 static argtype vars[] =
 {
- {(caddr_t *) & tracks, "tracks", "Tracks", DEF_TRACKS, t_Bool}
+ {&tracks, "tracks", "Tracks", DEF_TRACKS, t_Bool}
 };
 
 static OptionStruct desc[] =