blob: 96fedfb8229a365a636bb2088adc3edf711b1d74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-af,v 1.4 2002/03/14 01:02:29 wiz Exp $
--- hacks/screenhack.h.orig Sat Jan 20 05:28:31 2001
+++ hacks/screenhack.h
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 1992-2001 Jamie Zawinski <jwz@jwz.org>
+/* xscreensaver, Copyright (c) 1992-2002 Jamie Zawinski <jwz@jwz.org>
*
* 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 @@
#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__ */
|