1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Missed this in the last commit. This patch is no longer needed.

This commit is contained in:
Doug Barton 2002-02-25 10:11:43 +00:00
parent 4b95408e97
commit afbda03026
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55226

View File

@ -1,14 +0,0 @@
--- hacks/screenhack.h.Dist Fri Jan 19 20:28:31 2001
+++ hacks/screenhack.h Sat Dec 22 22:41:45 2001
@@ -98,8 +98,11 @@
extern void screenhack_handle_events (Display*);
/* Be Posixly correct */
+/* This would work better if the sonar code didn't
+ use bzero.
#undef bzero
#define bzero __ERROR_use_memset_not_bzero_in_xscreensaver__
+*/
#undef bcopy
#define bcopy __ERROR_use_memcpy_not_bcopy_in_xscreensaver__