X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fscreenhack.h;h=4236e8d4b05f6e63ff247bd1acfc2c39f2ea84f1;hp=158a251fa8afa006bc3d9e52a704487fbadee3bb;hb=cccbddbc4140cf9a06d7d95cc5c0ca36eb5d6e28;hpb=a94197e76a5dea5cb60542840809d6c20d0abbf3 diff --git a/hacks/screenhack.h b/hacks/screenhack.h index 158a251f..4236e8d4 100644 --- a/hacks/screenhack.h +++ b/hacks/screenhack.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1992-2001 Jamie Zawinski +/* xscreensaver, Copyright (c) 1992-2002 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -102,5 +102,7 @@ extern void screenhack_handle_events (Display*); #define bzero __ERROR_use_memset_not_bzero_in_xscreensaver__ #undef bcopy #define bcopy __ERROR_use_memcpy_not_bcopy_in_xscreensaver__ +#undef ftime +#define ftime __ERROR_use_gettimeofday_not_ftime_in_xscreensaver__ #endif /* __SCREENHACK_H__ */